Shades of Hot Pink #E968AF
Tints of Hot Pink #E968AF
RGB
CMYK
RGB Variations
Color information
#E968AF (or 0xE968AF) is known color: Hot Pink. HEX triplet: E9, 68 and AF. RGB value is (233,104,175). Sum of RGB (Red+Green+Blue) = 233+104+175=512 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.51% from 512); Green value is 104 (41.02% from 255 or 20.31% from 512); Blue value is 175 (68.75% from 255 or 34.18% from 512); Max value from RGB is 233 - color contains mainly: red. Hex color #E968AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E968AF is #169750. Grayscale: #969696. Windows color (decimal): -1480529 or 11495657. OLE color: 11495657.
HSL color Cylindrical-coordinate representation of color #E968AF: hue angle of 326.98º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E968AF is Cyan = 0, Magento = 0.55, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 104 | 175 | - |
| CMYK | 0 | 0.55 | 0.25 | 0.09 |
| HSL | 326.98º | 0.75% | 0.66% | - |
| HSV(B) | 326.98º | 0.55% | 0.91% | - |
| XYZ | 46.29 | 30.32 | 43.97 | - |
| YUV | 150.67 | 141.74 | 186.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 104 | 175 | 0 | 0.55 | 0.25 | 0.09 | 326.98 | 0.75 | 0.66 |
| Hex | E9 | 68 | AF | 0 | 37 | 19 | 9 | 147 | 4B | 42 |
| Octal | 351 | 150 | 257 | 0 | 67 | 31 | 11 | 507 | 113 | 102 |
| Binary | 11101001 | 1101000 | 10101111 | 0 | 110111 | 11001 | 1001 | 101000111 | 1001011 | 1000010 |
Color Harmonies of #E968AF
Complementary color
Monochromatic Colors of #E968AF
Black with #E968AF
Text Example
Text Example
White with #E968AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E968AF; }
p { color: rgb(233,104,175); }
H1.HeaderClassName
{
color: #E968AF;
}
.AnyTagClassName
{
color: #E968AF;
}
</style>
background-color css
<style>
a { background-color: #E968AF; }
a { background-color: rgb(233,104,175); }
div.DivClassName
{
background-color: #E968AF;
}
.BgClassName
{
background-color: #E968AF;
}
</style>
border-color css
<style>
span { border-color: #E968AF; }
span { border-color: rgb(233,104,175); }
td.TdClassName
{
border-color: #E968AF;
}
.TagClassName
{
border-color: #E968AF;
}
</style>