Shades of Hot Pink #E968AA
Tints of Hot Pink #E968AA
RGB
CMYK
RGB Variations
Color information
#E968AA (or 0xE968AA) is known color: Hot Pink. HEX triplet: E9, 68 and AA. RGB value is (233,104,170). Sum of RGB (Red+Green+Blue) = 233+104+170=507 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.96% from 507); Green value is 104 (41.02% from 255 or 20.51% from 507); Blue value is 170 (66.80% from 255 or 33.53% from 507); Max value from RGB is 233 - color contains mainly: red. Hex color #E968AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E968AA is #169755. Grayscale: #959595. Windows color (decimal): -1480534 or 11167977. OLE color: 11167977.
HSL color Cylindrical-coordinate representation of color #E968AA: hue angle of 329.3º 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 #E968AA is Cyan = 0, Magento = 0.55, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 104 | 170 | - |
| CMYK | 0 | 0.55 | 0.27 | 0.09 |
| HSL | 329.3º | 0.75% | 0.66% | - |
| HSV(B) | 329.3º | 0.55% | 0.91% | - |
| XYZ | 45.81 | 30.13 | 41.43 | - |
| YUV | 150.1 | 139.24 | 187.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 104 | 170 | 0 | 0.55 | 0.27 | 0.09 | 329.3 | 0.75 | 0.66 |
| Hex | E9 | 68 | AA | 0 | 37 | 1B | 9 | 149 | 4B | 42 |
| Octal | 351 | 150 | 252 | 0 | 67 | 33 | 11 | 511 | 113 | 102 |
| Binary | 11101001 | 1101000 | 10101010 | 0 | 110111 | 11011 | 1001 | 101001001 | 1001011 | 1000010 |
Color Harmonies of #E968AA
Complementary color
Monochromatic Colors of #E968AA
Black with #E968AA
Text Example
Text Example
White with #E968AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E968AA; }
p { color: rgb(233,104,170); }
H1.HeaderClassName
{
color: #E968AA;
}
.AnyTagClassName
{
color: #E968AA;
}
</style>
background-color css
<style>
a { background-color: #E968AA; }
a { background-color: rgb(233,104,170); }
div.DivClassName
{
background-color: #E968AA;
}
.BgClassName
{
background-color: #E968AA;
}
</style>
border-color css
<style>
span { border-color: #E968AA; }
span { border-color: rgb(233,104,170); }
td.TdClassName
{
border-color: #E968AA;
}
.TagClassName
{
border-color: #E968AA;
}
</style>