#EB65A6

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

Shades of Hot Pink #EB65A6

Tints of Hot Pink #EB65A6

Color information

#EB65A6 (or 0xEB65A6) is unknown color: approx Hot Pink. HEX triplet: EB, 65 and A6. RGB value is (235,101,166). Sum of RGB (Red+Green+Blue) = 235+101+166=502 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.81% from 502); Green value is 101 (39.84% from 255 or 20.12% from 502); Blue value is 166 (65.23% from 255 or 33.07% from 502); Max value from RGB is 235 - color contains mainly: red. Hex color #EB65A6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB65A6 is #149A59. Grayscale: #949494. Windows color (decimal): -1350234 or 10905067. OLE color: 10905067.

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

Color convert

RGB235101166-
CMYK00.570.290.08
HSL330.9º77.01%65.88%-
HSV(B)330.9º57.02%92.16%-
XYZ45.829.7239.4-
YUV148.48137.89189.71-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 46.81%
GREEN value IS 101 (39.84% from 255) = 20.12%
BLUE value IS 166 (65.23% from 255) = 33.07%
R=46.81%
G=20.12%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23510116600.570.290.08330.977.0165.88
HexEB65A60391D814b4d42
Octal3531452460713510513115102
Binary11101011110010110100110011100111101100010100101110011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB65A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB65A6; }

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

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

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

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

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

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

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

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