Html Css Color HEX #E04E8C Dark Pink

📋 copy color: '#E04E8C'

red 224 ◦ green 78 ◦ blue 140

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

Shades of Dark Pink #E04E8C

Tints of Dark Pink #E04E8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 31.67%

R = 50.68%
G = 17.65%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.38

 K value IS 0.12

RGB Variations

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

Color information

#E04E8C (or 0xE04E8C) is known color: Dark Pink. HEX triplet: E0, 4E and 8C. RGB value is (224,78,140). Sum of RGB (Red+Green+Blue) = 224+78+140=442 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.68% from 442); Green value is 78 (30.86% from 255 or 17.65% from 442); Blue value is 140 (55.08% from 255 or 31.67% from 442); Max value from RGB is 224 - color contains mainly: red. Hex color #E04E8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E04E8C is #1FB173. Grayscale: #808080. Windows color (decimal): -2077044 or 9195232. OLE color: 9195232.

HSL color Cylindrical-coordinate representation of color #E04E8C: hue angle of 334.52º 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 #E04E8C is Cyan = 0, Magento = 0.65, Yellow = 0.38 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 78 140 -
CMYK 0 0.65 0.38 0.12
HSL 334.52º 0.7% 0.59% -
HSV(B) 334.52º 0.65% 0.88% -
XYZ 38.2 23.19 27.27 -
YUV 128.72 134.37 195.96 -
System Red Green Blue C M Y K H S L
Decimal 224 78 140 0 0.65 0.38 0.12 334.52 0.7 0.59
Hex E0 4E 8C 0 41 26 C 14F 46 3B
Octal 340 116 214 0 101 46 14 517 106 73
Binary 11100000 1001110 10001100 0 1000001 100110 1100 101001111 1000110 111011

Color Harmonies of #E04E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04E8C

Black with #E04E8C

Text Example


Text Example

White with #E04E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04E8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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