#E95FAB

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

Shades of Hot Pink #E95FAB

Tints of Hot Pink #E95FAB

Color information

#E95FAB (or 0xE95FAB) is unknown color: approx Hot Pink. HEX triplet: E9, 5F and AB. RGB value is (233,95,171). Sum of RGB (Red+Green+Blue) = 233+95+171=499 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.69% from 499); Green value is 95 (37.5% from 255 or 19.04% from 499); Blue value is 171 (67.19% from 255 or 34.27% from 499); Max value from RGB is 233 - color contains mainly: red. Hex color #E95FAB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95FAB is #16A054. Grayscale: #909090. Windows color (decimal): -1482837 or 11231209. OLE color: 11231209.

HSL color Cylindrical-coordinate representation of color #E95FAB: hue angle of 326.96º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E95FAB is Cyan = 0, Magento = 0.59, Yellow = 0.27 and Black (K on CMYK) = 0.09.

Color convert

RGB23395171-
CMYK00.590.270.09
HSL326.96º75.82%64.31%-
HSV(B)326.96º59.23%91.37%-
XYZ45.0528.4541.64-
YUV144.93142.72190.82-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 46.69%
GREEN value IS 95 (37.5% from 255) = 19.04%
BLUE value IS 171 (67.19% from 255) = 34.27%
R=46.69%
G=19.04%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.27
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2339517100.590.270.09326.9675.8264.31
HexE95FAB03B1B91474c40
Octal3511372530733311507114100
Binary11101001101111110101011011101111011100110100011110011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E95FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E95FAB; }

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

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

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

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

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

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

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

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