#E15C7A

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

Shades of Dark Pink #E15C7A

Tints of Dark Pink #E15C7A

Color information

#E15C7A (or 0xE15C7A) is unknown color: approx Dark Pink. HEX triplet: E1, 5C and 7A. RGB value is (225,92,122). Sum of RGB (Red+Green+Blue) = 225+92+122=439 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.25% from 439); Green value is 92 (36.33% from 255 or 20.96% from 439); Blue value is 122 (48.05% from 255 or 27.79% from 439); Max value from RGB is 225 - color contains mainly: red. Hex color #E15C7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15C7A is #1EA385. Grayscale: #878787. Windows color (decimal): -2007942 or 8019169. OLE color: 8019169.

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

Color convert

RGB22592122-
CMYK00.590.460.12
HSL346.47º68.91%62.16%-
HSV(B)346.47º59.11%88.24%-
XYZ38.3925.0721.23-
YUV135.19120.56192.06-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 51.25%
GREEN value IS 92 (36.33% from 255) = 20.96%
BLUE value IS 122 (48.05% from 255) = 27.79%
R=51.25%
G=20.96%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.46
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2259212200.590.460.12346.4768.9162.16
HexE15C7A03B2EC15a453e
Octal341134172073561453210576
Binary1110000110111001111010011101110111011001010110101000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15C7A; }

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

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

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

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

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

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

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

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