#EB53BB

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

Shades of Hot Pink #EB53BB

Tints of Hot Pink #EB53BB

Color information

#EB53BB (or 0xEB53BB) is unknown color: approx Hot Pink. HEX triplet: EB, 53 and BB. RGB value is (235,83,187). Sum of RGB (Red+Green+Blue) = 235+83+187=505 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.53% from 505); Green value is 83 (32.81% from 255 or 16.44% from 505); Blue value is 187 (73.44% from 255 or 37.03% from 505); Max value from RGB is 235 - color contains mainly: red. Hex color #EB53BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB53BB is #14AC44. Grayscale: #8C8C8C. Windows color (decimal): -1354821 or 12276715. OLE color: 12276715.

HSL color Cylindrical-coordinate representation of color #EB53BB: hue angle of 318.95º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EB53BB is Cyan = 0, Magento = 0.65, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB23583187-
CMYK00.650.200.08
HSL318.95º79.17%62.35%-
HSV(B)318.95º64.68%92.16%-
XYZ46.3227.4449.87-
YUV140.3154.36195.54-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 46.53%
GREEN value IS 83 (32.81% from 255) = 16.44%
BLUE value IS 187 (73.44% from 255) = 37.03%
R=46.53%
G=16.44%
B=37.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2358318700.650.200.08318.9579.1762.35
HexEB53BB04114813f4f3e
Octal3531232730101241047711776
Binary11101011101001110111011010000011010010001001111111001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB53BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB53BB; }

 p { color: rgb(235,83,187); }

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

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

 a { background-color: rgb(235,83,187); }

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

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

 span { border-color: rgb(235,83,187); }

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