Html Css Color HEX #E04586 Dark Pink

📋 copy color: '#E04586'

red 224 ◦ green 69 ◦ blue 134

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

Shades of Dark Pink #E04586

Tints of Dark Pink #E04586

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.16%

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

R = 52.46%
G = 16.16%
B = 31.38%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.40

 K value IS 0.12

RGB Variations

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

Color information

#E04586 (or 0xE04586) is known color: Dark Pink. HEX triplet: E0, 45 and 86. RGB value is (224,69,134). Sum of RGB (Red+Green+Blue) = 224+69+134=427 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.46% from 427); Green value is 69 (27.34% from 255 or 16.16% from 427); Blue value is 134 (52.73% from 255 or 31.38% from 427); Max value from RGB is 224 - color contains mainly: red. Hex color #E04586 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E04586 is #1FBA79. Grayscale: #7A7A7A. Windows color (decimal): -2079354 or 8799712. OLE color: 8799712.

HSL color Cylindrical-coordinate representation of color #E04586: hue angle of 334.84º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E04586 is Cyan = 0, Magento = 0.69, Yellow = 0.40 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 69 134 -
CMYK 0 0.69 0.40 0.12
HSL 334.84º 0.71% 0.57% -
HSV(B) 334.84º 0.69% 0.88% -
XYZ 37.17 21.82 24.81 -
YUV 122.76 134.35 200.21 -
System Red Green Blue C M Y K H S L
Decimal 224 69 134 0 0.69 0.40 0.12 334.84 0.71 0.57
Hex E0 45 86 0 45 28 C 14F 47 39
Octal 340 105 206 0 105 50 14 517 107 71
Binary 11100000 1000101 10000110 0 1000101 101000 1100 101001111 1000111 111001

Color Harmonies of #E04586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04586

Black with #E04586

Text Example


Text Example

White with #E04586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04586; }

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

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

background-color css

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

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

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

border-color css

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

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

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