#EB65A9

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

Shades of Hot Pink #EB65A9

Tints of Hot Pink #EB65A9

Color information

#EB65A9 (or 0xEB65A9) is unknown color: approx Hot Pink. HEX triplet: EB, 65 and A9. RGB value is (235,101,169). Sum of RGB (Red+Green+Blue) = 235+101+169=505 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.53% from 505); Green value is 101 (39.84% from 255 or 20% from 505); Blue value is 169 (66.41% from 255 or 33.47% from 505); Max value from RGB is 235 - color contains mainly: red. Hex color #EB65A9 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB65A9 is #149A56. Grayscale: #949494. Windows color (decimal): -1350231 or 11101675. OLE color: 11101675.

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

Color convert

RGB235101169-
CMYK00.570.280.08
HSL329.55º77.01%65.88%-
HSV(B)329.55º57.02%92.16%-
XYZ46.0829.8340.87-
YUV148.82139.39189.47-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 46.53%
GREEN value IS 101 (39.84% from 255) = 20%
BLUE value IS 169 (66.41% from 255) = 33.47%
R=46.53%
G=20%
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.08
SystemRedGreenBlueCMYKHSL
Decimal23510116900.570.280.08329.5577.0165.88
HexEB65A90391C814a4d42
Octal3531452510713410512115102
Binary11101011110010110101001011100111100100010100101010011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB65A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB65A9; }

 p { color: rgb(235,101,169); }

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

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

 a { background-color: rgb(235,101,169); }

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

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

 span { border-color: rgb(235,101,169); }

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