Html Css Color HEX #E04C86 Dark Pink

📋 copy color: '#E04C86'

red 224 ◦ green 76 ◦ blue 134

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

Shades of Dark Pink #E04C86

Tints of Dark Pink #E04C86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 30.88%

R = 51.61%
G = 17.51%
B = 30.88%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.40

 K value IS 0.12

RGB Variations

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

Color information

#E04C86 (or 0xE04C86) is known color: Dark Pink. HEX triplet: E0, 4C and 86. RGB value is (224,76,134). Sum of RGB (Red+Green+Blue) = 224+76+134=434 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.61% from 434); Green value is 76 (30.08% from 255 or 17.51% from 434); Blue value is 134 (52.73% from 255 or 30.88% from 434); Max value from RGB is 224 - color contains mainly: red. Hex color #E04C86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E04C86 is #1FB379. Grayscale: #7E7E7E. Windows color (decimal): -2077562 or 8801504. OLE color: 8801504.

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

Color convert

RGB 224 76 134 -
CMYK 0 0.66 0.40 0.12
HSL 336.49º 0.7% 0.59% -
HSV(B) 336.49º 0.66% 0.88% -
XYZ 37.63 22.74 24.96 -
YUV 126.86 132.03 197.28 -
System Red Green Blue C M Y K H S L
Decimal 224 76 134 0 0.66 0.40 0.12 336.49 0.7 0.59
Hex E0 4C 86 0 42 28 C 150 46 3B
Octal 340 114 206 0 102 50 14 520 106 73
Binary 11100000 1001100 10000110 0 1000010 101000 1100 101010000 1000110 111011

Color Harmonies of #E04C86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04C86

Black with #E04C86

Text Example


Text Example

White with #E04C86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04C86; }

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

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

background-color css

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

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

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

border-color css

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

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

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