#E965AF

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

Shades of Hot Pink #E965AF

Tints of Hot Pink #E965AF

Color information

#E965AF (or 0xE965AF) is unknown color: approx Hot Pink. HEX triplet: E9, 65 and AF. RGB value is (233,101,175). Sum of RGB (Red+Green+Blue) = 233+101+175=509 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.78% from 509); Green value is 101 (39.84% from 255 or 19.84% from 509); Blue value is 175 (68.75% from 255 or 34.38% from 509); Max value from RGB is 233 - color contains mainly: red. Hex color #E965AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E965AF is #169A50. Grayscale: #949494. Windows color (decimal): -1481297 or 11494889. OLE color: 11494889.

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

Color convert

RGB233101175-
CMYK00.570.250.09
HSL326.36º75%65.49%-
HSV(B)326.36º56.65%91.37%-
XYZ4629.7343.87-
YUV148.9142.73187.98-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 45.78%
GREEN value IS 101 (39.84% from 255) = 19.84%
BLUE value IS 175 (68.75% from 255) = 34.38%
R=45.78%
G=19.84%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.25
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23310117500.570.250.09326.367565.49
HexE965AF0391991464b41
Octal3511452570713111506113101
Binary11101001110010110101111011100111001100110100011010010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E965AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E965AF; }

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

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

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

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

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

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

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

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