Html Css Color HEX #E04686 Dark Pink

📋 copy color: '#E04686'

red 224 ◦ green 70 ◦ blue 134

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

Shades of Dark Pink #E04686

Tints of Dark Pink #E04686

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.36%

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

R = 52.34%
G = 16.36%
B = 31.31%

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

#E04686 (or 0xE04686) is known color: Dark Pink. HEX triplet: E0, 46 and 86. RGB value is (224,70,134). Sum of RGB (Red+Green+Blue) = 224+70+134=428 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.34% from 428); Green value is 70 (27.73% from 255 or 16.36% from 428); Blue value is 134 (52.73% from 255 or 31.31% from 428); Max value from RGB is 224 - color contains mainly: red. Hex color #E04686 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E04686 is #1FB979. Grayscale: #7B7B7B. Windows color (decimal): -2079098 or 8799968. OLE color: 8799968.

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

Color convert

RGB 224 70 134 -
CMYK 0 0.69 0.40 0.12
HSL 335.06º 0.71% 0.58% -
HSV(B) 335.06º 0.69% 0.88% -
XYZ 37.23 21.95 24.83 -
YUV 123.34 134.02 199.8 -
System Red Green Blue C M Y K H S L
Decimal 224 70 134 0 0.69 0.40 0.12 335.06 0.71 0.58
Hex E0 46 86 0 45 28 C 14F 47 3A
Octal 340 106 206 0 105 50 14 517 107 72
Binary 11100000 1000110 10000110 0 1000101 101000 1100 101001111 1000111 111010

Color Harmonies of #E04686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04686

Black with #E04686

Text Example


Text Example

White with #E04686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04686; }

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

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

background-color css

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

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

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

border-color css

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

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

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