#E965AE

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

Shades of Hot Pink #E965AE

Tints of Hot Pink #E965AE

Color information

#E965AE (or 0xE965AE) is unknown color: approx Hot Pink. HEX triplet: E9, 65 and AE. RGB value is (233,101,174). Sum of RGB (Red+Green+Blue) = 233+101+174=508 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.87% from 508); Green value is 101 (39.84% from 255 or 19.88% from 508); Blue value is 174 (68.36% from 255 or 34.25% from 508); Max value from RGB is 233 - color contains mainly: red. Hex color #E965AE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E965AE is #169A51. Grayscale: #949494. Windows color (decimal): -1481298 or 11429353. OLE color: 11429353.

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

Color convert

RGB233101174-
CMYK00.570.250.09
HSL326.82º75%65.49%-
HSV(B)326.82º56.65%91.37%-
XYZ45.929.6943.36-
YUV148.79142.23188.06-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 45.87%
GREEN value IS 101 (39.84% from 255) = 19.88%
BLUE value IS 174 (68.36% from 255) = 34.25%
R=45.87%
G=19.88%
B=34.25%

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
Decimal23310117400.570.250.09326.827565.49
HexE965AE0391991474b41
Octal3511452560713111507113101
Binary11101001110010110101110011100111001100110100011110010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E965AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E965AE; }

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

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

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

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

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

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

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

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