Html Css Color HEX #E15E81 Dark Pink

📋 copy color: '#E15E81'

red 225 ◦ green 94 ◦ blue 129

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

Shades of Dark Pink #E15E81

Tints of Dark Pink #E15E81

RGB

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

 GREEN value IS 94 (37.11% from 255) = 20.98%

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

R = 50.22%
G = 20.98%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.43

 K value IS 0.12

RGB Variations

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

Color information

#E15E81 (or 0xE15E81) is known color: Dark Pink. HEX triplet: E1, 5E and 81. RGB value is (225,94,129). Sum of RGB (Red+Green+Blue) = 225+94+129=448 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.22% from 448); Green value is 94 (37.11% from 255 or 20.98% from 448); Blue value is 129 (50.78% from 255 or 28.79% from 448); Max value from RGB is 225 - color contains mainly: red. Hex color #E15E81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15E81 is #1EA17E. Grayscale: #898989. Windows color (decimal): -2007423 or 8478433. OLE color: 8478433.

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

Color convert

RGB 225 94 129 -
CMYK 0 0.58 0.43 0.12
HSL 343.97º 0.69% 0.63% -
HSV(B) 343.97º 0.58% 0.88% -
XYZ 39.02 25.6 23.65 -
YUV 137.16 123.4 190.65 -
System Red Green Blue C M Y K H S L
Decimal 225 94 129 0 0.58 0.43 0.12 343.97 0.69 0.63
Hex E1 5E 81 0 3A 2B C 158 45 3F
Octal 341 136 201 0 72 53 14 530 105 77
Binary 11100001 1011110 10000001 0 111010 101011 1100 101011000 1000101 111111

Color Harmonies of #E15E81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15E81

Black with #E15E81

Text Example


Text Example

White with #E15E81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15E81; }

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

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

background-color css

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

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

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

border-color css

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

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

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