#E15C7D

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

Shades of Dark Pink #E15C7D

Tints of Dark Pink #E15C7D

Color information

#E15C7D (or 0xE15C7D) is unknown color: approx Dark Pink. HEX triplet: E1, 5C and 7D. RGB value is (225,92,125). Sum of RGB (Red+Green+Blue) = 225+92+125=442 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.90% from 442); Green value is 92 (36.33% from 255 or 20.81% from 442); Blue value is 125 (49.22% from 255 or 28.28% from 442); Max value from RGB is 225 - color contains mainly: red. Hex color #E15C7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15C7D is #1EA382. Grayscale: #878787. Windows color (decimal): -2007939 or 8215777. OLE color: 8215777.

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

Color convert

RGB22592125-
CMYK00.590.440.12
HSL345.11º68.91%62.16%-
HSV(B)345.11º59.11%88.24%-
XYZ38.5825.1422.22-
YUV135.53122.06191.82-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 50.90%
GREEN value IS 92 (36.33% from 255) = 20.81%
BLUE value IS 125 (49.22% from 255) = 28.28%
R=50.90%
G=20.81%
B=28.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.44
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2259212500.590.440.12345.1168.9162.16
HexE15C7D03B2CC159453e
Octal341134175073541453110576
Binary1110000110111001111101011101110110011001010110011000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15C7D; }

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

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

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

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

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

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

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

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