#E965A8

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

Shades of Hot Pink #E965A8

Tints of Hot Pink #E965A8

Color information

#E965A8 (or 0xE965A8) is unknown color: approx Hot Pink. HEX triplet: E9, 65 and A8. RGB value is (233,101,168). Sum of RGB (Red+Green+Blue) = 233+101+168=502 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.41% from 502); Green value is 101 (39.84% from 255 or 20.12% from 502); Blue value is 168 (66.02% from 255 or 33.47% from 502); Max value from RGB is 233 - color contains mainly: red. Hex color #E965A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E965A8 is #169A57. Grayscale: #939393. Windows color (decimal): -1481304 or 11036137. OLE color: 11036137.

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

Color convert

RGB233101168-
CMYK00.570.280.09
HSL329.55º75%65.49%-
HSV(B)329.55º56.65%91.37%-
XYZ45.3329.4640.34-
YUV148.11139.23188.55-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 46.41%
GREEN value IS 101 (39.84% from 255) = 20.12%
BLUE value IS 168 (66.02% from 255) = 33.47%
R=46.41%
G=20.12%
B=33.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.28
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23310116800.570.280.09329.557565.49
HexE965A80391C914a4b41
Octal3511452500713411512113101
Binary11101001110010110101000011100111100100110100101010010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E965A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E965A8; }

 p { color: rgb(233,101,168); }

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

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

 a { background-color: rgb(233,101,168); }

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

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

 span { border-color: rgb(233,101,168); }

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