#EB55B5

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

Shades of Hot Pink #EB55B5

Tints of Hot Pink #EB55B5

Color information

#EB55B5 (or 0xEB55B5) is unknown color: approx Hot Pink. HEX triplet: EB, 55 and B5. RGB value is (235,85,181). Sum of RGB (Red+Green+Blue) = 235+85+181=501 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.91% from 501); Green value is 85 (33.59% from 255 or 16.97% from 501); Blue value is 181 (71.09% from 255 or 36.13% from 501); Max value from RGB is 235 - color contains mainly: red. Hex color #EB55B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB55B5 is #14AA4A. Grayscale: #8C8C8C. Windows color (decimal): -1354315 or 11884011. OLE color: 11884011.

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

Color convert

RGB23585181-
CMYK00.640.230.08
HSL321.6º78.95%62.75%-
HSV(B)321.6º63.83%92.16%-
XYZ45.8527.546.61-
YUV140.79150.7195.19-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 46.91%
GREEN value IS 85 (33.59% from 255) = 16.97%
BLUE value IS 181 (71.09% from 255) = 36.13%
R=46.91%
G=16.97%
B=36.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2358518100.640.230.08321.678.9562.75
HexEB55B50401781424f3f
Octal3531252650100271050211777
Binary11101011101010110110101010000001011110001010000101001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB55B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB55B5; }

 p { color: rgb(235,85,181); }

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

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

 a { background-color: rgb(235,85,181); }

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

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

 span { border-color: rgb(235,85,181); }

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