Shades of Hot Pink #EB65B0
Tints of Hot Pink #EB65B0
RGB
CMYK
RGB Variations
Color information
#EB65B0 (or 0xEB65B0) is known color: Hot Pink. HEX triplet: EB, 65 and B0. RGB value is (235,101,176). Sum of RGB (Red+Green+Blue) = 235+101+176=512 (67% of max value = 765). Red value is 235 (92.19% from 255 or 45.90% from 512); Green value is 101 (39.84% from 255 or 19.73% from 512); Blue value is 176 (69.14% from 255 or 34.38% from 512); Max value from RGB is 235 - color contains mainly: red. Hex color #EB65B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB65B0 is #149A4F. Grayscale: #959595. Windows color (decimal): -1350224 or 11560427. OLE color: 11560427.
HSL color Cylindrical-coordinate representation of color #EB65B0: hue angle of 326.42º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EB65B0 is Cyan = 0, Magento = 0.57, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 101 | 176 | - |
| CMYK | 0 | 0.57 | 0.25 | 0.08 |
| HSL | 326.42º | 0.77% | 0.66% | - |
| HSV(B) | 326.42º | 0.57% | 0.92% | - |
| XYZ | 46.75 | 30.1 | 44.42 | - |
| YUV | 149.62 | 142.89 | 188.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 101 | 176 | 0 | 0.57 | 0.25 | 0.08 | 326.42 | 0.77 | 0.66 |
| Hex | EB | 65 | B0 | 0 | 39 | 19 | 8 | 146 | 4D | 42 |
| Octal | 353 | 145 | 260 | 0 | 71 | 31 | 10 | 506 | 115 | 102 |
| Binary | 11101011 | 1100101 | 10110000 | 0 | 111001 | 11001 | 1000 | 101000110 | 1001101 | 1000010 |
Color Harmonies of #EB65B0
Complementary color
Monochromatic Colors of #EB65B0
Black with #EB65B0
Text Example
Text Example
White with #EB65B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB65B0; }
p { color: rgb(235,101,176); }
H1.HeaderClassName
{
color: #EB65B0;
}
.AnyTagClassName
{
color: #EB65B0;
}
</style>
background-color css
<style>
a { background-color: #EB65B0; }
a { background-color: rgb(235,101,176); }
div.DivClassName
{
background-color: #EB65B0;
}
.BgClassName
{
background-color: #EB65B0;
}
</style>
border-color css
<style>
span { border-color: #EB65B0; }
span { border-color: rgb(235,101,176); }
td.TdClassName
{
border-color: #EB65B0;
}
.TagClassName
{
border-color: #EB65B0;
}
</style>