#E15C7E

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

Shades of Dark Pink #E15C7E

Tints of Dark Pink #E15C7E

Color information

#E15C7E (or 0xE15C7E) is unknown color: approx Dark Pink. HEX triplet: E1, 5C and 7E. RGB value is (225,92,126). Sum of RGB (Red+Green+Blue) = 225+92+126=443 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.79% from 443); Green value is 92 (36.33% from 255 or 20.77% from 443); Blue value is 126 (49.61% from 255 or 28.44% from 443); Max value from RGB is 225 - color contains mainly: red. Hex color #E15C7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15C7E is #1EA381. Grayscale: #878787. Windows color (decimal): -2007938 or 8281313. OLE color: 8281313.

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

Color convert

RGB22592126-
CMYK00.590.440.12
HSL344.66º68.91%62.16%-
HSV(B)344.66º59.11%88.24%-
XYZ38.6425.1722.56-
YUV135.64122.56191.74-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 50.79%
GREEN value IS 92 (36.33% from 255) = 20.77%
BLUE value IS 126 (49.61% from 255) = 28.44%
R=50.79%
G=20.77%
B=28.44%

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
Decimal2259212600.590.440.12344.6668.9162.16
HexE15C7E03B2CC159453e
Octal341134176073541453110576
Binary1110000110111001111110011101110110011001010110011000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15C7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15C7E; }

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

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

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

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

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

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

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

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