Shades of Hot Pink #E965B2
Tints of Hot Pink #E965B2
RGB
CMYK
RGB Variations
Color information
#E965B2 (or 0xE965B2) is known color: Hot Pink. HEX triplet: E9, 65 and B2. RGB value is (233,101,178). Sum of RGB (Red+Green+Blue) = 233+101+178=512 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.51% from 512); Green value is 101 (39.84% from 255 or 19.73% from 512); Blue value is 178 (69.92% from 255 or 34.77% from 512); Max value from RGB is 233 - color contains mainly: red. Hex color #E965B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E965B2 is #169A4D. Grayscale: #959595. Windows color (decimal): -1481294 or 11691497. OLE color: 11691497.
HSL color Cylindrical-coordinate representation of color #E965B2: hue angle of 325º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E965B2 is Cyan = 0, Magento = 0.57, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 101 | 178 | - |
| CMYK | 0 | 0.57 | 0.24 | 0.09 |
| HSL | 325º | 0.75% | 0.65% | - |
| HSV(B) | 325º | 0.57% | 0.91% | - |
| XYZ | 46.29 | 29.85 | 45.44 | - |
| YUV | 149.25 | 144.23 | 187.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 101 | 178 | 0 | 0.57 | 0.24 | 0.09 | 325 | 0.75 | 0.65 |
| Hex | E9 | 65 | B2 | 0 | 39 | 18 | 9 | 145 | 4B | 41 |
| Octal | 351 | 145 | 262 | 0 | 71 | 30 | 11 | 505 | 113 | 101 |
| Binary | 11101001 | 1100101 | 10110010 | 0 | 111001 | 11000 | 1001 | 101000101 | 1001011 | 1000001 |
Color Harmonies of #E965B2
Complementary color
Monochromatic Colors of #E965B2
Black with #E965B2
Text Example
Text Example
White with #E965B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E965B2; }
p { color: rgb(233,101,178); }
H1.HeaderClassName
{
color: #E965B2;
}
.AnyTagClassName
{
color: #E965B2;
}
</style>
background-color css
<style>
a { background-color: #E965B2; }
a { background-color: rgb(233,101,178); }
div.DivClassName
{
background-color: #E965B2;
}
.BgClassName
{
background-color: #E965B2;
}
</style>
border-color css
<style>
span { border-color: #E965B2; }
span { border-color: rgb(233,101,178); }
td.TdClassName
{
border-color: #E965B2;
}
.TagClassName
{
border-color: #E965B2;
}
</style>