Shades of Hot Pink #E969A9
Tints of Hot Pink #E969A9
RGB
CMYK
RGB Variations
Color information
#E969A9 (or 0xE969A9) is known color: Hot Pink. HEX triplet: E9, 69 and A9. RGB value is (233,105,169). Sum of RGB (Red+Green+Blue) = 233+105+169=507 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.96% from 507); Green value is 105 (41.41% from 255 or 20.71% from 507); Blue value is 169 (66.41% from 255 or 33.33% from 507); Max value from RGB is 233 - color contains mainly: red. Hex color #E969A9 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E969A9 is #169656. Grayscale: #969696. Windows color (decimal): -1480279 or 11102697. OLE color: 11102697.
HSL color Cylindrical-coordinate representation of color #E969A9: hue angle of 330º degrees, saturation: 0.74, 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 #E969A9 is Cyan = 0, Magento = 0.55, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 105 | 169 | - |
| CMYK | 0 | 0.55 | 0.27 | 0.09 |
| HSL | 330º | 0.74% | 0.66% | - |
| HSV(B) | 330º | 0.55% | 0.91% | - |
| XYZ | 45.82 | 30.29 | 40.97 | - |
| YUV | 150.57 | 138.41 | 186.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 105 | 169 | 0 | 0.55 | 0.27 | 0.09 | 330 | 0.74 | 0.66 |
| Hex | E9 | 69 | A9 | 0 | 37 | 1B | 9 | 14A | 4A | 42 |
| Octal | 351 | 151 | 251 | 0 | 67 | 33 | 11 | 512 | 112 | 102 |
| Binary | 11101001 | 1101001 | 10101001 | 0 | 110111 | 11011 | 1001 | 101001010 | 1001010 | 1000010 |
Color Harmonies of #E969A9
Complementary color
Monochromatic Colors of #E969A9
Black with #E969A9
Text Example
Text Example
White with #E969A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E969A9; }
p { color: rgb(233,105,169); }
H1.HeaderClassName
{
color: #E969A9;
}
.AnyTagClassName
{
color: #E969A9;
}
</style>
background-color css
<style>
a { background-color: #E969A9; }
a { background-color: rgb(233,105,169); }
div.DivClassName
{
background-color: #E969A9;
}
.BgClassName
{
background-color: #E969A9;
}
</style>
border-color css
<style>
span { border-color: #E969A9; }
span { border-color: rgb(233,105,169); }
td.TdClassName
{
border-color: #E969A9;
}
.TagClassName
{
border-color: #E969A9;
}
</style>