Html Css Color HEX #E15686 Dark Pink

📋 copy color: '#E15686'

red 225 ◦ green 86 ◦ blue 134

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

Shades of Dark Pink #E15686

Tints of Dark Pink #E15686

RGB

 RED value IS 225 (88.28% from 255) = 50.56%

 GREEN value IS 86 (33.98% from 255) = 19.33%

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

R = 50.56%
G = 19.33%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.40

 K value IS 0.12

RGB Variations

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

Color information

#E15686 (or 0xE15686) is known color: Dark Pink. HEX triplet: E1, 56 and 86. RGB value is (225,86,134). Sum of RGB (Red+Green+Blue) = 225+86+134=445 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.56% from 445); Green value is 86 (33.98% from 255 or 19.33% from 445); Blue value is 134 (52.73% from 255 or 30.11% from 445); Max value from RGB is 225 - color contains mainly: red. Hex color #E15686 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15686 is #1EA979. Grayscale: #848484. Windows color (decimal): -2009466 or 8804065. OLE color: 8804065.

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

Color convert

RGB 225 86 134 -
CMYK 0 0.62 0.40 0.12
HSL 339.28º 0.7% 0.61% -
HSV(B) 339.28º 0.62% 0.88% -
XYZ 38.68 24.38 25.22 -
YUV 133.03 128.55 193.6 -
System Red Green Blue C M Y K H S L
Decimal 225 86 134 0 0.62 0.40 0.12 339.28 0.7 0.61
Hex E1 56 86 0 3E 28 C 153 46 3D
Octal 341 126 206 0 76 50 14 523 106 75
Binary 11100001 1010110 10000110 0 111110 101000 1100 101010011 1000110 111101

Color Harmonies of #E15686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15686

Black with #E15686

Text Example


Text Example

White with #E15686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15686; }

 p { color: rgb(225,86,134); }

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

background-color css

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

 a { background-color: rgb(225,86,134); }

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

border-color css

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

 span { border-color: rgb(225,86,134); }

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