#E95DAF

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

Shades of Hot Pink #E95DAF

Tints of Hot Pink #E95DAF

Color information

#E95DAF (or 0xE95DAF) is unknown color: approx Hot Pink. HEX triplet: E9, 5D and AF. RGB value is (233,93,175). Sum of RGB (Red+Green+Blue) = 233+93+175=501 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.51% from 501); Green value is 93 (36.72% from 255 or 18.56% from 501); Blue value is 175 (68.75% from 255 or 34.93% from 501); Max value from RGB is 233 - color contains mainly: red. Hex color #E95DAF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95DAF is #16A250. Grayscale: #909090. Windows color (decimal): -1483345 or 11492841. OLE color: 11492841.

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

Color convert

RGB23393175-
CMYK00.600.250.09
HSL324.86º76.09%63.92%-
HSV(B)324.86º60.09%91.37%-
XYZ45.2628.2543.62-
YUV144.21145.38191.33-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 46.51%
GREEN value IS 93 (36.72% from 255) = 18.56%
BLUE value IS 175 (68.75% from 255) = 34.93%
R=46.51%
G=18.56%
B=34.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.25
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2339317500.600.250.09324.8676.0963.92
HexE95DAF03C1991454c40
Octal3511352570743111505114100
Binary11101001101110110101111011110011001100110100010110011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E95DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E95DAF; }

 p { color: rgb(233,93,175); }

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

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

 a { background-color: rgb(233,93,175); }

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

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

 span { border-color: rgb(233,93,175); }

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