#E15F85

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

Shades of Dark Pink #E15F85

Tints of Dark Pink #E15F85

Color information

#E15F85 (or 0xE15F85) is unknown color: approx Dark Pink. HEX triplet: E1, 5F and 85. RGB value is (225,95,133). Sum of RGB (Red+Green+Blue) = 225+95+133=453 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.67% from 453); Green value is 95 (37.5% from 255 or 20.97% from 453); Blue value is 133 (52.34% from 255 or 29.36% from 453); Max value from RGB is 225 - color contains mainly: red. Hex color #E15F85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15F85 is #1EA07A. Grayscale: #8A8A8A. Windows color (decimal): -2007163 or 8740833. OLE color: 8740833.

HSL color Cylindrical-coordinate representation of color #E15F85: hue angle of 342.46º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E15F85 is Cyan = 0, Magento = 0.58, Yellow = 0.41 and Black (K on CMYK) = 0.12.

Color convert

RGB22595133-
CMYK00.580.410.12
HSL342.46º68.42%62.75%-
HSV(B)342.46º57.78%88.24%-
XYZ39.3825.8925.11-
YUV138.2125.07189.91-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 49.67%
GREEN value IS 95 (37.5% from 255) = 20.97%
BLUE value IS 133 (52.34% from 255) = 29.36%
R=49.67%
G=20.97%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.41
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2259513300.580.410.12342.4668.4262.75
HexE15F8503A29C156443f
Octal341137205072511452610477
Binary11100001101111110000101011101010100111001010101101000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15F85; }

 p { color: rgb(225,95,133); }

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

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

 a { background-color: rgb(225,95,133); }

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

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

 span { border-color: rgb(225,95,133); }

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