Shades of Hot Pink #EB65B2
Tints of Hot Pink #EB65B2
RGB
CMYK
RGB Variations
Color information
#EB65B2 (or 0xEB65B2) is known color: Hot Pink. HEX triplet: EB, 65 and B2. RGB value is (235,101,178). Sum of RGB (Red+Green+Blue) = 235+101+178=514 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.72% from 514); Green value is 101 (39.84% from 255 or 19.65% from 514); Blue value is 178 (69.92% from 255 or 34.63% from 514); Max value from RGB is 235 - color contains mainly: red. Hex color #EB65B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB65B2 is #149A4D. Grayscale: #959595. Windows color (decimal): -1350222 or 11691499. OLE color: 11691499.
HSL color Cylindrical-coordinate representation of color #EB65B2: hue angle of 325.52º 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 #EB65B2 is Cyan = 0, Magento = 0.57, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 101 | 178 | - |
| CMYK | 0 | 0.57 | 0.24 | 0.08 |
| HSL | 325.52º | 0.77% | 0.66% | - |
| HSV(B) | 325.52º | 0.57% | 0.92% | - |
| XYZ | 46.95 | 30.18 | 45.47 | - |
| YUV | 149.84 | 143.89 | 188.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 101 | 178 | 0 | 0.57 | 0.24 | 0.08 | 325.52 | 0.77 | 0.66 |
| Hex | EB | 65 | B2 | 0 | 39 | 18 | 8 | 146 | 4D | 42 |
| Octal | 353 | 145 | 262 | 0 | 71 | 30 | 10 | 506 | 115 | 102 |
| Binary | 11101011 | 1100101 | 10110010 | 0 | 111001 | 11000 | 1000 | 101000110 | 1001101 | 1000010 |
Color Harmonies of #EB65B2
Complementary color
Monochromatic Colors of #EB65B2
Black with #EB65B2
Text Example
Text Example
White with #EB65B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB65B2; }
p { color: rgb(235,101,178); }
H1.HeaderClassName
{
color: #EB65B2;
}
.AnyTagClassName
{
color: #EB65B2;
}
</style>
background-color css
<style>
a { background-color: #EB65B2; }
a { background-color: rgb(235,101,178); }
div.DivClassName
{
background-color: #EB65B2;
}
.BgClassName
{
background-color: #EB65B2;
}
</style>
border-color css
<style>
span { border-color: #EB65B2; }
span { border-color: rgb(235,101,178); }
td.TdClassName
{
border-color: #EB65B2;
}
.TagClassName
{
border-color: #EB65B2;
}
</style>