Html Css Color HEX #E04C8E Dark Pink

📋 copy color: '#E04C8E'

red 224 ◦ green 76 ◦ blue 142

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

Shades of Dark Pink #E04C8E

Tints of Dark Pink #E04C8E

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.19%

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

R = 50.68%
G = 17.19%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.37

 K value IS 0.12

RGB Variations

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

Color information

#E04C8E (or 0xE04C8E) is known color: Dark Pink. HEX triplet: E0, 4C and 8E. RGB value is (224,76,142). Sum of RGB (Red+Green+Blue) = 224+76+142=442 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.68% from 442); Green value is 76 (30.08% from 255 or 17.19% from 442); Blue value is 142 (55.86% from 255 or 32.13% from 442); Max value from RGB is 224 - color contains mainly: red. Hex color #E04C8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E04C8E is #1FB371. Grayscale: #7F7F7F. Windows color (decimal): -2077554 or 9325792. OLE color: 9325792.

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

Color convert

RGB 224 76 142 -
CMYK 0 0.66 0.37 0.12
HSL 333.24º 0.7% 0.59% -
HSV(B) 333.24º 0.66% 0.88% -
XYZ 38.21 22.97 28.01 -
YUV 127.78 136.03 196.63 -
System Red Green Blue C M Y K H S L
Decimal 224 76 142 0 0.66 0.37 0.12 333.24 0.7 0.59
Hex E0 4C 8E 0 42 25 C 14D 46 3B
Octal 340 114 216 0 102 45 14 515 106 73
Binary 11100000 1001100 10001110 0 1000010 100101 1100 101001101 1000110 111011

Color Harmonies of #E04C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04C8E

Black with #E04C8E

Text Example


Text Example

White with #E04C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04C8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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