#E15C81

Color #E15C81 Dark Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pink #E15C81

Tints of Dark Pink #E15C81

Color information

#E15C81 (or 0xE15C81) is unknown color: approx Dark Pink. HEX triplet: E1, 5C and 81. RGB value is (225,92,129). Sum of RGB (Red+Green+Blue) = 225+92+129=446 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.45% from 446); Green value is 92 (36.33% from 255 or 20.63% from 446); Blue value is 129 (50.78% from 255 or 28.92% from 446); Max value from RGB is 225 - color contains mainly: red. Hex color #E15C81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15C81 is #1EA37E. Grayscale: #878787. Windows color (decimal): -2007935 or 8477921. OLE color: 8477921.

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

Color convert

RGB22592129-
CMYK00.590.430.12
HSL343.31º68.91%62.16%-
HSV(B)343.31º59.11%88.24%-
XYZ38.8425.2523.59-
YUV135.98124.06191.49-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 50.45%
GREEN value IS 92 (36.33% from 255) = 20.63%
BLUE value IS 129 (50.78% from 255) = 28.92%
R=50.45%
G=20.63%
B=28.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.43
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2259212900.590.430.12343.3168.9162.16
HexE15C8103B2BC157453e
Octal341134201073531452710576
Binary11100001101110010000001011101110101111001010101111000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15C81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15C81; }

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

 H1.HeaderClassName
 {
   color: #E15C81;
 }
 .AnyTagClassName
 {
   color: #E15C81;
 }
</style>
background-color css

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

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

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

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

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

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