#E15A7F

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

Shades of Dark Pink #E15A7F

Tints of Dark Pink #E15A7F

Color information

#E15A7F (or 0xE15A7F) is unknown color: approx Dark Pink. HEX triplet: E1, 5A and 7F. RGB value is (225,90,127). Sum of RGB (Red+Green+Blue) = 225+90+127=442 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.90% from 442); Green value is 90 (35.55% from 255 or 20.36% from 442); Blue value is 127 (50% from 255 or 28.73% from 442); Max value from RGB is 225 - color contains mainly: red. Hex color #E15A7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15A7F is #1EA580. Grayscale: #868686. Windows color (decimal): -2008449 or 8346337. OLE color: 8346337.

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

Color convert

RGB22590127-
CMYK00.600.440.12
HSL343.56º69.23%61.76%-
HSV(B)343.56º60%88.24%-
XYZ38.5424.8522.84-
YUV134.58123.73192.49-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 50.90%
GREEN value IS 90 (35.55% from 255) = 20.36%
BLUE value IS 127 (50% from 255) = 28.73%
R=50.90%
G=20.36%
B=28.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.44
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2259012700.600.440.12343.5669.2361.76
HexE15A7F03C2CC158453e
Octal341132177074541453010576
Binary1110000110110101111111011110010110011001010110001000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15A7F; }

 p { color: rgb(225,90,127); }

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

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

 a { background-color: rgb(225,90,127); }

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

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

 span { border-color: rgb(225,90,127); }

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