Html Css Color HEX #E15981 Dark Pink

📋 copy color: '#E15981'

red 225 ◦ green 89 ◦ blue 129

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

Shades of Dark Pink #E15981

Tints of Dark Pink #E15981

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 29.12%

R = 50.79%
G = 20.09%
B = 29.12%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.43

 K value IS 0.12

RGB Variations

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

Color information

#E15981 (or 0xE15981) is known color: Dark Pink. HEX triplet: E1, 59 and 81. RGB value is (225,89,129). Sum of RGB (Red+Green+Blue) = 225+89+129=443 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.79% from 443); Green value is 89 (35.16% from 255 or 20.09% from 443); Blue value is 129 (50.78% from 255 or 29.12% from 443); Max value from RGB is 225 - color contains mainly: red. Hex color #E15981 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15981 is #1EA67E. Grayscale: #868686. Windows color (decimal): -2008703 or 8477153. OLE color: 8477153.

HSL color Cylindrical-coordinate representation of color #E15981: hue angle of 342.35º 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 #E15981 is Cyan = 0, Magento = 0.60, Yellow = 0.43 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 89 129 -
CMYK 0 0.60 0.43 0.12
HSL 342.35º 0.69% 0.62% -
HSV(B) 342.35º 0.6% 0.88% -
XYZ 38.59 24.74 23.51 -
YUV 134.22 125.06 192.75 -
System Red Green Blue C M Y K H S L
Decimal 225 89 129 0 0.60 0.43 0.12 342.35 0.69 0.62
Hex E1 59 81 0 3C 2B C 156 45 3E
Octal 341 131 201 0 74 53 14 526 105 76
Binary 11100001 1011001 10000001 0 111100 101011 1100 101010110 1000101 111110

Color Harmonies of #E15981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15981

Black with #E15981

Text Example


Text Example

White with #E15981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15981; }

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

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

background-color css

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

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

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

border-color css

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

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

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