#EB5EB8

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

Shades of Hot Pink #EB5EB8

Tints of Hot Pink #EB5EB8

Color information

#EB5EB8 (or 0xEB5EB8) is unknown color: approx Hot Pink. HEX triplet: EB, 5E and B8. RGB value is (235,94,184). Sum of RGB (Red+Green+Blue) = 235+94+184=513 (67% of max value = 765). Red value is 235 (92.19% from 255 or 45.81% from 513); Green value is 94 (37.11% from 255 or 18.32% from 513); Blue value is 184 (72.27% from 255 or 35.87% from 513); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5EB8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB5EB8 is #14A147. Grayscale: #929292. Windows color (decimal): -1352008 or 12082923. OLE color: 12082923.

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

Color convert

RGB23594184-
CMYK00.60.220.08
HSL321.7º77.9%64.51%-
HSV(B)321.7º60%92.16%-
XYZ46.9229.1348.5-
YUV146.42149.21191.18-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.81%
GREEN value IS 94 (37.11% from 255) = 18.32%
BLUE value IS 184 (72.27% from 255) = 35.87%
R=45.81%
G=18.32%
B=35.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.22
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2359418400.60.220.08321.777.964.51
HexEB5EB803C1681424e41
Octal3531362700742610502116101
Binary11101011101111010111000011110010110100010100001010011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB5EB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB5EB8; }

 p { color: rgb(235,94,184); }

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

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

 a { background-color: rgb(235,94,184); }

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

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

 span { border-color: rgb(235,94,184); }

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