Shades of Hot Pink #EB65A8
Tints of Hot Pink #EB65A8
RGB
CMYK
RGB Variations
Color information
#EB65A8 (or 0xEB65A8) is known color: Hot Pink. HEX triplet: EB, 65 and A8. RGB value is (235,101,168). Sum of RGB (Red+Green+Blue) = 235+101+168=504 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.63% from 504); Green value is 101 (39.84% from 255 or 20.04% from 504); Blue value is 168 (66.02% from 255 or 33.33% from 504); Max value from RGB is 235 - color contains mainly: red. Hex color #EB65A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB65A8 is #149A57. Grayscale: #949494. Windows color (decimal): -1350232 or 11036139. OLE color: 11036139.
HSL color Cylindrical-coordinate representation of color #EB65A8: hue angle of 330º 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 #EB65A8 is Cyan = 0, Magento = 0.57, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 101 | 168 | - |
| CMYK | 0 | 0.57 | 0.29 | 0.08 |
| HSL | 330º | 0.77% | 0.66% | - |
| HSV(B) | 330º | 0.57% | 0.92% | - |
| XYZ | 45.98 | 29.8 | 40.37 | - |
| YUV | 148.7 | 138.89 | 189.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 101 | 168 | 0 | 0.57 | 0.29 | 0.08 | 330 | 0.77 | 0.66 |
| Hex | EB | 65 | A8 | 0 | 39 | 1D | 8 | 14A | 4D | 42 |
| Octal | 353 | 145 | 250 | 0 | 71 | 35 | 10 | 512 | 115 | 102 |
| Binary | 11101011 | 1100101 | 10101000 | 0 | 111001 | 11101 | 1000 | 101001010 | 1001101 | 1000010 |
Color Harmonies of #EB65A8
Complementary color
Monochromatic Colors of #EB65A8
Black with #EB65A8
Text Example
Text Example
White with #EB65A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB65A8; }
p { color: rgb(235,101,168); }
H1.HeaderClassName
{
color: #EB65A8;
}
.AnyTagClassName
{
color: #EB65A8;
}
</style>
background-color css
<style>
a { background-color: #EB65A8; }
a { background-color: rgb(235,101,168); }
div.DivClassName
{
background-color: #EB65A8;
}
.BgClassName
{
background-color: #EB65A8;
}
</style>
border-color css
<style>
span { border-color: #EB65A8; }
span { border-color: rgb(235,101,168); }
td.TdClassName
{
border-color: #EB65A8;
}
.TagClassName
{
border-color: #EB65A8;
}
</style>