Shades of Hot Pink #EB5EBA
Tints of Hot Pink #EB5EBA
RGB
CMYK
RGB Variations
Color information
#EB5EBA (or 0xEB5EBA) is known color: Hot Pink. HEX triplet: EB, 5E and BA. RGB value is (235,94,186). Sum of RGB (Red+Green+Blue) = 235+94+186=515 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.63% from 515); Green value is 94 (37.11% from 255 or 18.25% from 515); Blue value is 186 (73.05% from 255 or 36.12% from 515); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5EBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB5EBA is #14A145. Grayscale: #929292. Windows color (decimal): -1352006 or 12213995. OLE color: 12213995.
HSL color Cylindrical-coordinate representation of color #EB5EBA: hue angle of 320.85º 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 #EB5EBA is Cyan = 0, Magento = 0.6, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
RGB | 235 | 94 | 186 | - |
CMYK | 0 | 0.6 | 0.21 | 0.08 |
HSL | 320.85º | 0.78% | 0.65% | - |
HSV(B) | 320.85º | 0.6% | 0.92% | - |
XYZ | 47.13 | 29.21 | 49.61 | - |
YUV | 146.65 | 150.21 | 191.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 94 | 186 | 0 | 0.6 | 0.21 | 0.08 | 320.85 | 0.78 | 0.65 |
Hex | EB | 5E | BA | 0 | 3C | 15 | 8 | 141 | 4E | 41 |
Octal | 353 | 136 | 272 | 0 | 74 | 25 | 10 | 501 | 116 | 101 |
Binary | 11101011 | 1011110 | 10111010 | 0 | 111100 | 10101 | 1000 | 101000001 | 1001110 | 1000001 |
Color Harmonies of #EB5EBA
Complementary color
Monochromatic Colors of #EB5EBA
Black with #EB5EBA
Text Example
Text Example
White with #EB5EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB5EBA; }
p { color: rgb(235,94,186); }
H1.HeaderClassName
{
color: #EB5EBA;
}
.AnyTagClassName
{
color: #EB5EBA;
}
</style>
background-color css
<style>
a { background-color: #EB5EBA; }
a { background-color: rgb(235,94,186); }
div.DivClassName
{
background-color: #EB5EBA;
}
.BgClassName
{
background-color: #EB5EBA;
}
</style>
border-color css
<style>
span { border-color: #EB5EBA; }
span { border-color: rgb(235,94,186); }
td.TdClassName
{
border-color: #EB5EBA;
}
.TagClassName
{
border-color: #EB5EBA;
}
</style>