#EB5DB5

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

Shades of Hot Pink #EB5DB5

Tints of Hot Pink #EB5DB5

Color information

#EB5DB5 (or 0xEB5DB5) is unknown color: approx Hot Pink. HEX triplet: EB, 5D and B5. RGB value is (235,93,181). Sum of RGB (Red+Green+Blue) = 235+93+181=509 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.17% from 509); Green value is 93 (36.72% from 255 or 18.27% from 509); Blue value is 181 (71.09% from 255 or 35.56% from 509); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5DB5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB5DB5 is #14A24A. Grayscale: #919191. Windows color (decimal): -1352267 or 11886059. OLE color: 11886059.

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

Color convert

RGB23593181-
CMYK00.600.230.08
HSL322.82º78.02%64.31%-
HSV(B)322.82º60.43%92.16%-
XYZ46.5228.8346.83-
YUV145.49148.04191.84-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 46.17%
GREEN value IS 93 (36.72% from 255) = 18.27%
BLUE value IS 181 (71.09% from 255) = 35.56%
R=46.17%
G=18.27%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2359318100.600.230.08322.8278.0264.31
HexEB5DB503C1781434e40
Octal3531352650742710503116100
Binary11101011101110110110101011110010111100010100001110011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB5DB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB5DB5; }

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

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

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

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

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

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

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

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