#EB5EB0

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

Shades of Hot Pink #EB5EB0

Tints of Hot Pink #EB5EB0

Color information

#EB5EB0 (or 0xEB5EB0) is unknown color: approx Hot Pink. HEX triplet: EB, 5E and B0. RGB value is (235,94,176). Sum of RGB (Red+Green+Blue) = 235+94+176=505 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.53% from 505); Green value is 94 (37.11% from 255 or 18.61% from 505); Blue value is 176 (69.14% from 255 or 34.85% from 505); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5EB0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB5EB0 is #14A14F. Grayscale: #919191. Windows color (decimal): -1352016 or 11558635. OLE color: 11558635.

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

Color convert

RGB23594176-
CMYK00.60.250.08
HSL325.11º77.9%64.51%-
HSV(B)325.11º60%92.16%-
XYZ46.128.844.2-
YUV145.51145.21191.83-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 46.53%
GREEN value IS 94 (37.11% from 255) = 18.61%
BLUE value IS 176 (69.14% from 255) = 34.85%
R=46.53%
G=18.61%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.25
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2359417600.60.250.08325.1177.964.51
HexEB5EB003C1981454e41
Octal3531362600743110505116101
Binary11101011101111010110000011110011001100010100010110011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB5EB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB5EB0; }

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

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

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

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

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

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

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

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