#E960AC

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

Shades of Hot Pink #E960AC

Tints of Hot Pink #E960AC

Color information

#E960AC (or 0xE960AC) is unknown color: approx Hot Pink. HEX triplet: E9, 60 and AC. RGB value is (233,96,172). Sum of RGB (Red+Green+Blue) = 233+96+172=501 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.51% from 501); Green value is 96 (37.89% from 255 or 19.16% from 501); Blue value is 172 (67.58% from 255 or 34.33% from 501); Max value from RGB is 233 - color contains mainly: red. Hex color #E960AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E960AC is #169F53. Grayscale: #919191. Windows color (decimal): -1482580 or 11297001. OLE color: 11297001.

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

Color convert

RGB23396172-
CMYK00.590.260.09
HSL326.72º75.69%64.51%-
HSV(B)326.72º58.8%91.37%-
XYZ45.2328.6742.18-
YUV145.63142.89190.32-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 46.51%
GREEN value IS 96 (37.89% from 255) = 19.16%
BLUE value IS 172 (67.58% from 255) = 34.33%
R=46.51%
G=19.16%
B=34.33%

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
Decimal2339617200.590.260.09326.7275.6964.51
HexE960AC03B1A91474c41
Octal3511402540733211507114101
Binary11101001110000010101100011101111010100110100011110011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E960AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E960AC; }

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

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

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

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

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

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

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

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