Html Css Color HEX #E04F86 Dark Pink

📋 copy color: '#E04F86'

red 224 ◦ green 79 ◦ blue 134

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

Shades of Dark Pink #E04F86

Tints of Dark Pink #E04F86

RGB

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

 GREEN value IS 79 (31.25% from 255) = 18.08%

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

R = 51.26%
G = 18.08%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.40

 K value IS 0.12

RGB Variations

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

Color information

#E04F86 (or 0xE04F86) is known color: Dark Pink. HEX triplet: E0, 4F and 86. RGB value is (224,79,134). Sum of RGB (Red+Green+Blue) = 224+79+134=437 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.26% from 437); Green value is 79 (31.25% from 255 or 18.08% from 437); Blue value is 134 (52.73% from 255 or 30.66% from 437); Max value from RGB is 224 - color contains mainly: red. Hex color #E04F86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E04F86 is #1FB079. Grayscale: #808080. Windows color (decimal): -2076794 or 8802272. OLE color: 8802272.

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

Color convert

RGB 224 79 134 -
CMYK 0 0.65 0.40 0.12
HSL 337.24º 0.7% 0.59% -
HSV(B) 337.24º 0.65% 0.88% -
XYZ 37.84 23.16 25.03 -
YUV 128.63 131.04 196.03 -
System Red Green Blue C M Y K H S L
Decimal 224 79 134 0 0.65 0.40 0.12 337.24 0.7 0.59
Hex E0 4F 86 0 41 28 C 151 46 3B
Octal 340 117 206 0 101 50 14 521 106 73
Binary 11100000 1001111 10000110 0 1000001 101000 1100 101010001 1000110 111011

Color Harmonies of #E04F86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04F86

Black with #E04F86

Text Example


Text Example

White with #E04F86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04F86; }

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

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

background-color css

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

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

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

border-color css

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

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

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