#E966B9

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

Shades of Hot Pink #E966B9

Tints of Hot Pink #E966B9

Color information

#E966B9 (or 0xE966B9) is unknown color: approx Hot Pink. HEX triplet: E9, 66 and B9. RGB value is (233,102,185). Sum of RGB (Red+Green+Blue) = 233+102+185=520 (68% of max value = 765). Red value is 233 (91.41% from 255 or 44.81% from 520); Green value is 102 (40.23% from 255 or 19.62% from 520); Blue value is 185 (72.66% from 255 or 35.58% from 520); Max value from RGB is 233 - color contains mainly: red. Hex color #E966B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E966B9 is #169946. Grayscale: #969696. Windows color (decimal): -1481031 or 12150505. OLE color: 12150505.

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

Color convert

RGB233102185-
CMYK00.560.210.09
HSL321.98º74.86%65.69%-
HSV(B)321.98º56.22%91.37%-
XYZ47.1130.3349.27-
YUV150.63147.4186.75-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 44.81%
GREEN value IS 102 (40.23% from 255) = 19.62%
BLUE value IS 185 (72.66% from 255) = 35.58%
R=44.81%
G=19.62%
B=35.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.21
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23310218500.560.210.09321.9874.8665.69
HexE966B90381591424b42
Octal3511462710702511502113102
Binary11101001110011010111001011100010101100110100001010010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E966B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E966B9; }

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

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

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

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

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

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

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

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