#E966A7

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

Shades of Hot Pink #E966A7

Tints of Hot Pink #E966A7

Color information

#E966A7 (or 0xE966A7) is unknown color: approx Hot Pink. HEX triplet: E9, 66 and A7. RGB value is (233,102,167). Sum of RGB (Red+Green+Blue) = 233+102+167=502 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.41% from 502); Green value is 102 (40.23% from 255 or 20.32% from 502); Blue value is 167 (65.62% from 255 or 33.27% from 502); Max value from RGB is 233 - color contains mainly: red. Hex color #E966A7 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E966A7 is #169958. Grayscale: #949494. Windows color (decimal): -1481049 or 10970857. OLE color: 10970857.

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

Color convert

RGB233102167-
CMYK00.560.280.09
HSL330.23º74.86%65.69%-
HSV(B)330.23º56.22%91.37%-
XYZ45.3329.6239.89-
YUV148.58138.4188.21-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 46.41%
GREEN value IS 102 (40.23% from 255) = 20.32%
BLUE value IS 167 (65.62% from 255) = 33.27%
R=46.41%
G=20.32%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.28
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23310216700.560.280.09330.2374.8665.69
HexE966A70381C914a4b42
Octal3511462470703411512113102
Binary11101001110011010100111011100011100100110100101010010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E966A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E966A7; }

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

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

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

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

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

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

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

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