Html Css Color HEX #E04E8E Dark Pink

📋 copy color: '#E04E8E'

red 224 ◦ green 78 ◦ blue 142

#E04E8E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Pink #E04E8E

Tints of Dark Pink #E04E8E

RGB

 RED value IS 224 (87.89% from 255) = 50.45%

 GREEN value IS 78 (30.86% from 255) = 17.57%

 BLUE value IS 142 (55.86% from 255) = 31.98%

R = 50.45%
G = 17.57%
B = 31.98%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.37

 K value IS 0.12

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#E04E8E (or 0xE04E8E) is known color: Dark Pink. HEX triplet: E0, 4E and 8E. RGB value is (224,78,142). Sum of RGB (Red+Green+Blue) = 224+78+142=444 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.45% from 444); Green value is 78 (30.86% from 255 or 17.57% from 444); Blue value is 142 (55.86% from 255 or 31.98% from 444); Max value from RGB is 224 - color contains mainly: red. Hex color #E04E8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E04E8E is #1FB171. Grayscale: #808080. Windows color (decimal): -2077042 or 9326304. OLE color: 9326304.

HSL color Cylindrical-coordinate representation of color #E04E8E: hue angle of 333.7º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E04E8E is Cyan = 0, Magento = 0.65, Yellow = 0.37 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 78 142 -
CMYK 0 0.65 0.37 0.12
HSL 333.7º 0.7% 0.59% -
HSV(B) 333.7º 0.65% 0.88% -
XYZ 38.35 23.25 28.06 -
YUV 128.95 135.37 195.8 -
System Red Green Blue C M Y K H S L
Decimal 224 78 142 0 0.65 0.37 0.12 333.7 0.7 0.59
Hex E0 4E 8E 0 41 25 C 14E 46 3B
Octal 340 116 216 0 101 45 14 516 106 73
Binary 11100000 1001110 10001110 0 1000001 100101 1100 101001110 1000110 111011

Color Harmonies of #E04E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04E8E

Black with #E04E8E

Text Example


Text Example

White with #E04E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04E8E; }

 p { color: rgb(224,78,142); }

 H1.HeaderClassName
 {
   color: #E04E8E;
 }
 .AnyTagClassName
 {
   color: #E04E8E;
 }
</style>

background-color css

<style>
 a { background-color: #E04E8E; }

 a { background-color: rgb(224,78,142); }

 div.DivClassName
 {
   background-color: #E04E8E;
 }
 .BgClassName
 {
   background-color: #E04E8E;
 }
</style>

border-color css

<style>
 span { border-color: #E04E8E; }

 span { border-color: rgb(224,78,142); }

 td.TdClassName
 {
   border-color: #E04E8E;
 }
 .TagClassName
 {
   border-color: #E04E8E;
 }
</style>