#E15FAB

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

Shades of Hot Pink #E15FAB

Tints of Hot Pink #E15FAB

Color information

#E15FAB (or 0xE15FAB) is unknown color: approx Hot Pink. HEX triplet: E1, 5F and AB. RGB value is (225,95,171). Sum of RGB (Red+Green+Blue) = 225+95+171=491 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.82% from 491); Green value is 95 (37.5% from 255 or 19.35% from 491); Blue value is 171 (67.19% from 255 or 34.83% from 491); Max value from RGB is 225 - color contains mainly: red. Hex color #E15FAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15FAB is #1EA054. Grayscale: #8E8E8E. Windows color (decimal): -2007125 or 11231201. OLE color: 11231201.

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

Color convert

RGB22595171-
CMYK00.580.240.12
HSL324.92º68.42%62.75%-
HSV(B)324.92º57.78%88.24%-
XYZ42.4927.1341.53-
YUV142.53144.07186.82-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 45.82%
GREEN value IS 95 (37.5% from 255) = 19.35%
BLUE value IS 171 (67.19% from 255) = 34.83%
R=45.82%
G=19.35%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2259517100.580.240.12324.9268.4262.75
HexE15FAB03A18C145443f
Octal341137253072301450510477
Binary1110000110111111010101101110101100011001010001011000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15FAB; }

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

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

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

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

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

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

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

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