Html Css Color HEX #E04E86 Dark Pink

📋 copy color: '#E04E86'

red 224 ◦ green 78 ◦ blue 134

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

Shades of Dark Pink #E04E86

Tints of Dark Pink #E04E86

RGB

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

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

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

R = 51.38%
G = 17.89%
B = 30.73%

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

#E04E86 (or 0xE04E86) is known color: Dark Pink. HEX triplet: E0, 4E and 86. RGB value is (224,78,134). Sum of RGB (Red+Green+Blue) = 224+78+134=436 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.38% from 436); Green value is 78 (30.86% from 255 or 17.89% from 436); Blue value is 134 (52.73% from 255 or 30.73% from 436); Max value from RGB is 224 - color contains mainly: red. Hex color #E04E86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E04E86 is #1FB179. Grayscale: #7F7F7F. Windows color (decimal): -2077050 or 8802016. OLE color: 8802016.

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

Color convert

RGB 224 78 134 -
CMYK 0 0.65 0.40 0.12
HSL 336.99º 0.7% 0.59% -
HSV(B) 336.99º 0.65% 0.88% -
XYZ 37.77 23.02 25.01 -
YUV 128.04 131.37 196.45 -
System Red Green Blue C M Y K H S L
Decimal 224 78 134 0 0.65 0.40 0.12 336.99 0.7 0.59
Hex E0 4E 86 0 41 28 C 151 46 3B
Octal 340 116 206 0 101 50 14 521 106 73
Binary 11100000 1001110 10000110 0 1000001 101000 1100 101010001 1000110 111011

Color Harmonies of #E04E86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04E86

Black with #E04E86

Text Example


Text Example

White with #E04E86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04E86; }

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

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

background-color css

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

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

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

border-color css

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

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

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