Shades of Hot Pink #E669AB
Tints of Hot Pink #E669AB
RGB
CMYK
RGB Variations
Color information
#E669AB (or 0xE669AB) is known color: Hot Pink. HEX triplet: E6, 69 and AB. RGB value is (230,105,171). Sum of RGB (Red+Green+Blue) = 230+105+171=506 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.45% from 506); Green value is 105 (41.41% from 255 or 20.75% from 506); Blue value is 171 (67.19% from 255 or 33.79% from 506); Max value from RGB is 230 - color contains mainly: red. Hex color #E669AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E669AB is #199654. Grayscale: #959595. Windows color (decimal): -1676885 or 11233766. OLE color: 11233766.
HSL color Cylindrical-coordinate representation of color #E669AB: hue angle of 328.32º 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 #E669AB is Cyan = 0, Magento = 0.54, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 105 | 171 | - |
| CMYK | 0 | 0.54 | 0.26 | 0.10 |
| HSL | 328.32º | 0.71% | 0.66% | - |
| HSV(B) | 328.32º | 0.54% | 0.9% | - |
| XYZ | 45.04 | 29.87 | 41.92 | - |
| YUV | 149.9 | 139.91 | 185.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 105 | 171 | 0 | 0.54 | 0.26 | 0.10 | 328.32 | 0.71 | 0.66 |
| Hex | E6 | 69 | AB | 0 | 36 | 1A | A | 148 | 47 | 42 |
| Octal | 346 | 151 | 253 | 0 | 66 | 32 | 12 | 510 | 107 | 102 |
| Binary | 11100110 | 1101001 | 10101011 | 0 | 110110 | 11010 | 1010 | 101001000 | 1000111 | 1000010 |
Color Harmonies of #E669AB
Complementary color
Monochromatic Colors of #E669AB
Black with #E669AB
Text Example
Text Example
White with #E669AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E669AB; }
p { color: rgb(230,105,171); }
H1.HeaderClassName
{
color: #E669AB;
}
.AnyTagClassName
{
color: #E669AB;
}
</style>
background-color css
<style>
a { background-color: #E669AB; }
a { background-color: rgb(230,105,171); }
div.DivClassName
{
background-color: #E669AB;
}
.BgClassName
{
background-color: #E669AB;
}
</style>
border-color css
<style>
span { border-color: #E669AB; }
span { border-color: rgb(230,105,171); }
td.TdClassName
{
border-color: #E669AB;
}
.TagClassName
{
border-color: #E669AB;
}
</style>