#EB65AA

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

Shades of Hot Pink #EB65AA

Tints of Hot Pink #EB65AA

Color information

#EB65AA (or 0xEB65AA) is unknown color: approx Hot Pink. HEX triplet: EB, 65 and AA. RGB value is (235,101,170). Sum of RGB (Red+Green+Blue) = 235+101+170=506 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.44% from 506); Green value is 101 (39.84% from 255 or 19.96% from 506); Blue value is 170 (66.80% from 255 or 33.60% from 506); Max value from RGB is 235 - color contains mainly: red. Hex color #EB65AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB65AA is #149A55. Grayscale: #949494. Windows color (decimal): -1350230 or 11167211. OLE color: 11167211.

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

Color convert

RGB235101170-
CMYK00.570.280.08
HSL329.1º77.01%65.88%-
HSV(B)329.1º57.02%92.16%-
XYZ46.1729.8741.36-
YUV148.93139.89189.39-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 46.44%
GREEN value IS 101 (39.84% from 255) = 19.96%
BLUE value IS 170 (66.80% from 255) = 33.60%
R=46.44%
G=19.96%
B=33.60%

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
Decimal23510117000.570.280.08329.177.0165.88
HexEB65AA0391C81494d42
Octal3531452520713410511115102
Binary11101011110010110101010011100111100100010100100110011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB65AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB65AA; }

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

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

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

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

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

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

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

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