Shades of Hot Pink #E969AC
Tints of Hot Pink #E969AC
RGB
CMYK
RGB Variations
Color information
#E969AC (or 0xE969AC) is known color: Hot Pink. HEX triplet: E9, 69 and AC. RGB value is (233,105,172). Sum of RGB (Red+Green+Blue) = 233+105+172=510 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.69% from 510); Green value is 105 (41.41% from 255 or 20.59% from 510); Blue value is 172 (67.58% from 255 or 33.73% from 510); Max value from RGB is 233 - color contains mainly: red. Hex color #E969AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E969AC is #169653. Grayscale: #969696. Windows color (decimal): -1480276 or 11299305. OLE color: 11299305.
HSL color Cylindrical-coordinate representation of color #E969AC: hue angle of 328.59º 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 #E969AC is Cyan = 0, Magento = 0.55, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 105 | 172 | - |
| CMYK | 0 | 0.55 | 0.26 | 0.09 |
| HSL | 328.59º | 0.74% | 0.66% | - |
| HSV(B) | 328.59º | 0.55% | 0.91% | - |
| XYZ | 46.1 | 30.41 | 42.47 | - |
| YUV | 150.91 | 139.91 | 186.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 105 | 172 | 0 | 0.55 | 0.26 | 0.09 | 328.59 | 0.74 | 0.66 |
| Hex | E9 | 69 | AC | 0 | 37 | 1A | 9 | 149 | 4A | 42 |
| Octal | 351 | 151 | 254 | 0 | 67 | 32 | 11 | 511 | 112 | 102 |
| Binary | 11101001 | 1101001 | 10101100 | 0 | 110111 | 11010 | 1001 | 101001001 | 1001010 | 1000010 |
Color Harmonies of #E969AC
Complementary color
Monochromatic Colors of #E969AC
Black with #E969AC
Text Example
Text Example
White with #E969AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E969AC; }
p { color: rgb(233,105,172); }
H1.HeaderClassName
{
color: #E969AC;
}
.AnyTagClassName
{
color: #E969AC;
}
</style>
background-color css
<style>
a { background-color: #E969AC; }
a { background-color: rgb(233,105,172); }
div.DivClassName
{
background-color: #E969AC;
}
.BgClassName
{
background-color: #E969AC;
}
</style>
border-color css
<style>
span { border-color: #E969AC; }
span { border-color: rgb(233,105,172); }
td.TdClassName
{
border-color: #E969AC;
}
.TagClassName
{
border-color: #E969AC;
}
</style>