#E95FAC

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

Shades of Hot Pink #E95FAC

Tints of Hot Pink #E95FAC

Color information

#E95FAC (or 0xE95FAC) is unknown color: approx Hot Pink. HEX triplet: E9, 5F and AC. RGB value is (233,95,172). Sum of RGB (Red+Green+Blue) = 233+95+172=500 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.6% from 500); Green value is 95 (37.5% from 255 or 19% from 500); Blue value is 172 (67.58% from 255 or 34.4% from 500); Max value from RGB is 233 - color contains mainly: red. Hex color #E95FAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95FAC is #16A053. Grayscale: #909090. Windows color (decimal): -1482836 or 11296745. OLE color: 11296745.

HSL color Cylindrical-coordinate representation of color #E95FAC: hue angle of 326.52º 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 #E95FAC is Cyan = 0, Magento = 0.59, Yellow = 0.26 and Black (K on CMYK) = 0.09.

Color convert

RGB23395172-
CMYK00.590.260.09
HSL326.52º75.82%64.31%-
HSV(B)326.52º59.23%91.37%-
XYZ45.1428.4942.15-
YUV145.04143.22190.74-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 46.6%
GREEN value IS 95 (37.5% from 255) = 19%
BLUE value IS 172 (67.58% from 255) = 34.4%
R=46.6%
G=19%
B=34.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.26
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2339517200.590.260.09326.5275.8264.31
HexE95FAC03B1A91474c40
Octal3511372540733211507114100
Binary11101001101111110101100011101111010100110100011110011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E95FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E95FAC; }

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

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

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

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

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

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

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

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