Html Css Color HEX #E06086 Dark Pink

📋 copy color: '#E06086'

red 224 ◦ green 96 ◦ blue 134

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

Shades of Dark Pink #E06086

Tints of Dark Pink #E06086

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.15%

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

R = 49.34%
G = 21.15%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.40

 K value IS 0.12

RGB Variations

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

Color information

#E06086 (or 0xE06086) is known color: Dark Pink. HEX triplet: E0, 60 and 86. RGB value is (224,96,134). Sum of RGB (Red+Green+Blue) = 224+96+134=454 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.34% from 454); Green value is 96 (37.89% from 255 or 21.15% from 454); Blue value is 134 (52.73% from 255 or 29.52% from 454); Max value from RGB is 224 - color contains mainly: red. Hex color #E06086 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06086 is #1F9F79. Grayscale: #8A8A8A. Windows color (decimal): -2072442 or 8806624. OLE color: 8806624.

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

Color convert

RGB 224 96 134 -
CMYK 0 0.57 0.40 0.12
HSL 342.19º 0.67% 0.63% -
HSV(B) 342.19º 0.57% 0.88% -
XYZ 39.23 25.93 25.49 -
YUV 138.6 125.41 188.91 -
System Red Green Blue C M Y K H S L
Decimal 224 96 134 0 0.57 0.40 0.12 342.19 0.67 0.63
Hex E0 60 86 0 39 28 C 156 43 3F
Octal 340 140 206 0 71 50 14 526 103 77
Binary 11100000 1100000 10000110 0 111001 101000 1100 101010110 1000011 111111

Color Harmonies of #E06086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06086

Black with #E06086

Text Example


Text Example

White with #E06086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06086; }

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

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

background-color css

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

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

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

border-color css

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

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

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