COLOR #E0255E

HEX: #E0255E
RGB: (224,37,94)

Color info

#E0255E contains mainly red color. Web safe color of #E0255E is #CC3366 (or #C36).

RGB color model

#E0255E color RGB value is (224,37,94).

  • red value is 224;
  • green value is 37;
  • blue value is 94.
RGB:
(224,37,94)
(88%,15%,37%)

RGB channels and saturation

R 224 of 255 = 88%
G 37 of 255 = 15%
B 94 of 255 = 37%

224
37
94

R + G + B ~ 47%. #E0255E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
224 + 37 + 94 = 355 (100%)
R 224 of 355 ~ 63.1%
G 37 of 355 ~ 10.42%
B 94 of 355 ~ 26.48%

%63.1
%10.42
%26.48

CMYK color model

#E0255E color CMYK value is (0,83,58,12).

  • cyan value is 0.00%
  • magenta value is 83.48%
  • yellow value is 58.04%
  • key color value is 12.16%
CMYK:
(0,83,58,12)
C0M83Y58K12 
(0%,83%,58%,12%)
(0.00/0.83/0.58/0.12)	

CMYK percentages

%0
%83.48
%58.04
%12.16

Codes

Color #E0255E in popluar color models

E0255E
RGB2243794
HSL342°75.10%51.18%
HSB/HSV342°83.48%87.84%
CMYK0.00%83.48%58.04%
12.16%

Color #E0255E in popluar number systems.

HEXE0255E
Decimal2243794
Binary111000001001011011110
Octal34045136

Shades and tints

Shades of #E0255E

#E0255E
(224,37,94)
#CC2256
(204,34,86)
#B81F4E
(184,31,78)
#A41C46
(164,28,70)
#90193E
(144,25,62)
#7C1636
(124,22,54)
#68132E
(104,19,46)
#541026
(84,16,38)
#400D1E
(64,13,30)
#2C0A16
(44,10,22)
#18070E
(24,7,14)
#000000
(0,0,0)

Tints of #E0255E

#E0255E
(224,37,94)
#E2386C
(226,56,108)
#E44B7A
(228,75,122)
#E65E88
(230,94,136)
#E87196
(232,113,150)
#EA84A4
(234,132,164)
#EC97B2
(236,151,178)
#EEAAC0
(238,170,192)
#F0BDCE
(240,189,206)
#F2D0DC
(242,208,220)
#F4E3EA
(244,227,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0255E color. Also use rgb(224,37,94) instead hex code.

Text Font Color

.myTextColor { color: #E0255E; }

<p style="color:#E0255E">This sample text font color is #E0255E.</p>

This text font color is #E0255E.


Background Color

.myBgColor { background-color: #E0255E; }

<div style="background-color:#E0255E">Inner text</div>

This div background color is #E0255E.


Border color

.myBorderColor { border: 1px solid #E0255E; }

<div style="border:3px solid #E0255E">Div</div>

This div border color is #E0255E.


Opacity

.myOpacity80 { color: #E0255E; opacity: 0.8; }

<p style="color:#E0255E;opacity:0.8;">80%</p>

Text with #E0255E color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #E0255E;}

<p style="text-shadow: 3px 3px 1px #E0255E">Text here.</p>

This text has shadow with #E0255E color.

.textShadow {text-shadow: 3px 3px 1px #E0255E, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #E0255E, 5px 5px 20px red">Text here.</p>

This text has shadow with #E0255E primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E0255E, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#E0255E, Direction=45, Strength=4)">Text</p>

This text has shadow with #E0255E and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #E0255E;
  -webkit-box-shadow:	1px 1px 3px 2px #E0255E;
  box-shadow:		1px 1px 3px 2px #E0255E;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E0255E;
-webkit-box-shadow: 1px 1px 3px 2px #E0255E;
box-shadow:1px 1px 3px 2px #E0255E;">
Div content here</div>
This div box has shadow with color #E0255E.

Preview

Color preview on black background

This text has color #E0255E on black background.


Color preview on white background

This text has color #E0255E on white background.



Black color preview on #E0255E background

This text has black color on #E0255E background.


White color preview on #E0255E background

This text has white color on #E0255E background.