#E966AA

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

Shades of Hot Pink #E966AA

Tints of Hot Pink #E966AA

Color information

#E966AA (or 0xE966AA) is unknown color: approx Hot Pink. HEX triplet: E9, 66 and AA. RGB value is (233,102,170). Sum of RGB (Red+Green+Blue) = 233+102+170=505 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.14% from 505); Green value is 102 (40.23% from 255 or 20.20% from 505); Blue value is 170 (66.80% from 255 or 33.66% from 505); Max value from RGB is 233 - color contains mainly: red. Hex color #E966AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E966AA is #169955. Grayscale: #949494. Windows color (decimal): -1481046 or 11167465. OLE color: 11167465.

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

Color convert

RGB233102170-
CMYK00.560.270.09
HSL328.85º74.86%65.69%-
HSV(B)328.85º56.22%91.37%-
XYZ45.6129.7341.36-
YUV148.92139.9187.97-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 46.14%
GREEN value IS 102 (40.23% from 255) = 20.20%
BLUE value IS 170 (66.80% from 255) = 33.66%
R=46.14%
G=20.20%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.27
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23310217000.560.270.09328.8574.8665.69
HexE966AA0381B91494b42
Octal3511462520703311511113102
Binary11101001110011010101010011100011011100110100100110010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E966AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E966AA; }

 p { color: rgb(233,102,170); }

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

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

 a { background-color: rgb(233,102,170); }

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

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

 span { border-color: rgb(233,102,170); }

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