Shades of Hot Pink #E766AD
Tints of Hot Pink #E766AD
RGB
CMYK
RGB Variations
Color information
#E766AD (or 0xE766AD) is known color: Hot Pink. HEX triplet: E7, 66 and AD. RGB value is (231,102,173). Sum of RGB (Red+Green+Blue) = 231+102+173=506 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.65% from 506); Green value is 102 (40.23% from 255 or 20.16% from 506); Blue value is 173 (67.97% from 255 or 34.19% from 506); Max value from RGB is 231 - color contains mainly: red. Hex color #E766AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E766AD is #189952. Grayscale: #949494. Windows color (decimal): -1612115 or 11364071. OLE color: 11364071.
HSL color Cylindrical-coordinate representation of color #E766AD: hue angle of 326.98º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E766AD is Cyan = 0, Magento = 0.56, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 102 | 173 | - |
| CMYK | 0 | 0.56 | 0.25 | 0.09 |
| HSL | 326.98º | 0.73% | 0.65% | - |
| HSV(B) | 326.98º | 0.56% | 0.91% | - |
| XYZ | 45.25 | 29.51 | 42.85 | - |
| YUV | 148.67 | 141.74 | 186.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 102 | 173 | 0 | 0.56 | 0.25 | 0.09 | 326.98 | 0.73 | 0.65 |
| Hex | E7 | 66 | AD | 0 | 38 | 19 | 9 | 147 | 49 | 41 |
| Octal | 347 | 146 | 255 | 0 | 70 | 31 | 11 | 507 | 111 | 101 |
| Binary | 11100111 | 1100110 | 10101101 | 0 | 111000 | 11001 | 1001 | 101000111 | 1001001 | 1000001 |
Color Harmonies of #E766AD
Complementary color
Monochromatic Colors of #E766AD
Black with #E766AD
Text Example
Text Example
White with #E766AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E766AD; }
p { color: rgb(231,102,173); }
H1.HeaderClassName
{
color: #E766AD;
}
.AnyTagClassName
{
color: #E766AD;
}
</style>
background-color css
<style>
a { background-color: #E766AD; }
a { background-color: rgb(231,102,173); }
div.DivClassName
{
background-color: #E766AD;
}
.BgClassName
{
background-color: #E766AD;
}
</style>
border-color css
<style>
span { border-color: #E766AD; }
span { border-color: rgb(231,102,173); }
td.TdClassName
{
border-color: #E766AD;
}
.TagClassName
{
border-color: #E766AD;
}
</style>