COLOR #E0308D

HEX: #E0308D
RGB: (224,48,141)

Color info

#E0308D contains mainly red color. Web safe color of #E0308D is #CC3399 (or #C39).

RGB color model

#E0308D color RGB value is (224,48,141).

  • red value is 224;
  • green value is 48;
  • blue value is 141.
RGB:
(224,48,141)
(88%,19%,55%)

RGB channels and saturation

R 224 of 255 = 88%
G 48 of 255 = 19%
B 141 of 255 = 55%

224
48
141

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

Portions of RGB colors in percentages

R + G + B =
224 + 48 + 141 = 413 (100%)
R 224 of 413 ~ 54.24%
G 48 of 413 ~ 11.62%
B 141 of 413 ~ 34.14%

%54.24
%11.62
%34.14

CMYK color model

#E0308D color CMYK value is (0,79,37,12).

  • cyan value is 0.00%
  • magenta value is 78.57%
  • yellow value is 37.05%
  • key color value is 12.16%
CMYK:
(0,79,37,12)
C0M79Y37K12 
(0%,79%,37%,12%)
(0.00/0.79/0.37/0.12)	

CMYK percentages

%0
%78.57
%37.05
%12.16

Codes

Color #E0308D in popluar color models

E0308D
RGB22448141
HSL328°73.95%53.33%
HSB/HSV328°78.57%87.84%
CMYK0.00%78.57%37.05%
12.16%

Color #E0308D in popluar number systems.

HEXE0308D
Decimal22448141
Binary1110000011000010001101
Octal34060215

Shades and tints

Shades of #E0308D

#E0308D
(224,48,141)
#CC2C81
(204,44,129)
#B82875
(184,40,117)
#A42469
(164,36,105)
#90205D
(144,32,93)
#7C1C51
(124,28,81)
#681845
(104,24,69)
#541439
(84,20,57)
#40102D
(64,16,45)
#2C0C21
(44,12,33)
#180815
(24,8,21)
#000000
(0,0,0)

Tints of #E0308D

#E0308D
(224,48,141)
#E24297
(226,66,151)
#E454A1
(228,84,161)
#E666AB
(230,102,171)
#E878B5
(232,120,181)
#EA8ABF
(234,138,191)
#EC9CC9
(236,156,201)
#EEAED3
(238,174,211)
#F0C0DD
(240,192,221)
#F2D2E7
(242,210,231)
#F4E4F1
(244,228,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0308D color. Also use rgb(224,48,141) instead hex code.

Text Font Color

.myTextColor { color: #E0308D; }

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

This text font color is #E0308D.


Background Color

.myBgColor { background-color: #E0308D; }

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

This div background color is #E0308D.


Border color

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

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

This div border color is #E0308D.


Opacity

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

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

Text with #E0308D 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 #E0308D;}

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

This text has shadow with #E0308D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0308D on black background.


Color preview on white background

This text has color #E0308D on white background.



Black color preview on #E0308D background

This text has black color on #E0308D background.


White color preview on #E0308D background

This text has white color on #E0308D background.