Shades of Hot Pink #E669AF
Tints of Hot Pink #E669AF
RGB
CMYK
RGB Variations
Color information
#E669AF (or 0xE669AF) is known color: Hot Pink. HEX triplet: E6, 69 and AF. RGB value is (230,105,175). Sum of RGB (Red+Green+Blue) = 230+105+175=510 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.10% from 510); Green value is 105 (41.41% from 255 or 20.59% from 510); Blue value is 175 (68.75% from 255 or 34.31% from 510); Max value from RGB is 230 - color contains mainly: red. Hex color #E669AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E669AF is #199650. Grayscale: #969696. Windows color (decimal): -1676881 or 11495910. OLE color: 11495910.
HSL color Cylindrical-coordinate representation of color #E669AF: hue angle of 326.4º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E669AF is Cyan = 0, Magento = 0.54, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 105 | 175 | - |
| CMYK | 0 | 0.54 | 0.24 | 0.10 |
| HSL | 326.4º | 0.71% | 0.66% | - |
| HSV(B) | 326.4º | 0.54% | 0.9% | - |
| XYZ | 45.42 | 30.02 | 43.96 | - |
| YUV | 150.36 | 141.91 | 184.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 105 | 175 | 0 | 0.54 | 0.24 | 0.10 | 326.4 | 0.71 | 0.66 |
| Hex | E6 | 69 | AF | 0 | 36 | 18 | A | 146 | 47 | 42 |
| Octal | 346 | 151 | 257 | 0 | 66 | 30 | 12 | 506 | 107 | 102 |
| Binary | 11100110 | 1101001 | 10101111 | 0 | 110110 | 11000 | 1010 | 101000110 | 1000111 | 1000010 |
Color Harmonies of #E669AF
Complementary color
Monochromatic Colors of #E669AF
Black with #E669AF
Text Example
Text Example
White with #E669AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E669AF; }
p { color: rgb(230,105,175); }
H1.HeaderClassName
{
color: #E669AF;
}
.AnyTagClassName
{
color: #E669AF;
}
</style>
background-color css
<style>
a { background-color: #E669AF; }
a { background-color: rgb(230,105,175); }
div.DivClassName
{
background-color: #E669AF;
}
.BgClassName
{
background-color: #E669AF;
}
</style>
border-color css
<style>
span { border-color: #E669AF; }
span { border-color: rgb(230,105,175); }
td.TdClassName
{
border-color: #E669AF;
}
.TagClassName
{
border-color: #E669AF;
}
</style>