Html Css Color HEX #E15986 Dark Pink

📋 copy color: '#E15986'

red 225 ◦ green 89 ◦ blue 134

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

Shades of Dark Pink #E15986

Tints of Dark Pink #E15986

RGB

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

 GREEN value IS 89 (35.16% from 255) = 19.87%

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

R = 50.22%
G = 19.87%
B = 29.91%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.40

 K value IS 0.12

RGB Variations

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

Color information

#E15986 (or 0xE15986) is known color: Dark Pink. HEX triplet: E1, 59 and 86. RGB value is (225,89,134). Sum of RGB (Red+Green+Blue) = 225+89+134=448 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.22% from 448); Green value is 89 (35.16% from 255 or 19.87% from 448); Blue value is 134 (52.73% from 255 or 29.91% from 448); Max value from RGB is 225 - color contains mainly: red. Hex color #E15986 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15986 is #1EA679. Grayscale: #868686. Windows color (decimal): -2008698 or 8804833. OLE color: 8804833.

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

Color convert

RGB 225 89 134 -
CMYK 0 0.60 0.40 0.12
HSL 340.15º 0.69% 0.62% -
HSV(B) 340.15º 0.6% 0.88% -
XYZ 38.93 24.87 25.3 -
YUV 134.79 127.56 192.34 -
System Red Green Blue C M Y K H S L
Decimal 225 89 134 0 0.60 0.40 0.12 340.15 0.69 0.62
Hex E1 59 86 0 3C 28 C 154 45 3E
Octal 341 131 206 0 74 50 14 524 105 76
Binary 11100001 1011001 10000110 0 111100 101000 1100 101010100 1000101 111110

Color Harmonies of #E15986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15986

Black with #E15986

Text Example


Text Example

White with #E15986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15986; }

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

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

background-color css

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

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

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

border-color css

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

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

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