Shades of Hot Pink #E668AD
Tints of Hot Pink #E668AD
RGB
CMYK
RGB Variations
Color information
#E668AD (or 0xE668AD) is known color: Hot Pink. HEX triplet: E6, 68 and AD. RGB value is (230,104,173). Sum of RGB (Red+Green+Blue) = 230+104+173=507 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.36% from 507); Green value is 104 (41.02% from 255 or 20.51% from 507); Blue value is 173 (67.97% from 255 or 34.12% from 507); Max value from RGB is 230 - color contains mainly: red. Hex color #E668AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E668AD is #199752. Grayscale: #959595. Windows color (decimal): -1677139 or 11364582. OLE color: 11364582.
HSL color Cylindrical-coordinate representation of color #E668AD: hue angle of 327.14º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E668AD is Cyan = 0, Magento = 0.55, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 104 | 173 | - |
| CMYK | 0 | 0.55 | 0.25 | 0.10 |
| HSL | 327.14º | 0.72% | 0.65% | - |
| HSV(B) | 327.14º | 0.55% | 0.9% | - |
| XYZ | 45.13 | 29.74 | 42.9 | - |
| YUV | 149.54 | 141.24 | 185.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 104 | 173 | 0 | 0.55 | 0.25 | 0.10 | 327.14 | 0.72 | 0.65 |
| Hex | E6 | 68 | AD | 0 | 37 | 19 | A | 147 | 48 | 41 |
| Octal | 346 | 150 | 255 | 0 | 67 | 31 | 12 | 507 | 110 | 101 |
| Binary | 11100110 | 1101000 | 10101101 | 0 | 110111 | 11001 | 1010 | 101000111 | 1001000 | 1000001 |
Color Harmonies of #E668AD
Complementary color
Monochromatic Colors of #E668AD
Black with #E668AD
Text Example
Text Example
White with #E668AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E668AD; }
p { color: rgb(230,104,173); }
H1.HeaderClassName
{
color: #E668AD;
}
.AnyTagClassName
{
color: #E668AD;
}
</style>
background-color css
<style>
a { background-color: #E668AD; }
a { background-color: rgb(230,104,173); }
div.DivClassName
{
background-color: #E668AD;
}
.BgClassName
{
background-color: #E668AD;
}
</style>
border-color css
<style>
span { border-color: #E668AD; }
span { border-color: rgb(230,104,173); }
td.TdClassName
{
border-color: #E668AD;
}
.TagClassName
{
border-color: #E668AD;
}
</style>