Shades of Hot Pink #E768AD
Tints of Hot Pink #E768AD
RGB
CMYK
RGB Variations
Color information
#E768AD (or 0xE768AD) is known color: Hot Pink. HEX triplet: E7, 68 and AD. RGB value is (231,104,173). Sum of RGB (Red+Green+Blue) = 231+104+173=508 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.47% from 508); Green value is 104 (41.02% from 255 or 20.47% from 508); Blue value is 173 (67.97% from 255 or 34.06% from 508); Max value from RGB is 231 - color contains mainly: red. Hex color #E768AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E768AD is #189752. Grayscale: #959595. Windows color (decimal): -1611603 or 11364583. OLE color: 11364583.
HSL color Cylindrical-coordinate representation of color #E768AD: hue angle of 327.4º degrees, saturation: 0.73, 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 #E768AD is Cyan = 0, Magento = 0.55, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 104 | 173 | - |
| CMYK | 0 | 0.55 | 0.25 | 0.09 |
| HSL | 327.4º | 0.73% | 0.66% | - |
| HSV(B) | 327.4º | 0.55% | 0.91% | - |
| XYZ | 45.45 | 29.91 | 42.91 | - |
| YUV | 149.84 | 141.08 | 185.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 104 | 173 | 0 | 0.55 | 0.25 | 0.09 | 327.4 | 0.73 | 0.66 |
| Hex | E7 | 68 | AD | 0 | 37 | 19 | 9 | 147 | 49 | 42 |
| Octal | 347 | 150 | 255 | 0 | 67 | 31 | 11 | 507 | 111 | 102 |
| Binary | 11100111 | 1101000 | 10101101 | 0 | 110111 | 11001 | 1001 | 101000111 | 1001001 | 1000010 |
Color Harmonies of #E768AD
Complementary color
Monochromatic Colors of #E768AD
Black with #E768AD
Text Example
Text Example
White with #E768AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E768AD; }
p { color: rgb(231,104,173); }
H1.HeaderClassName
{
color: #E768AD;
}
.AnyTagClassName
{
color: #E768AD;
}
</style>
background-color css
<style>
a { background-color: #E768AD; }
a { background-color: rgb(231,104,173); }
div.DivClassName
{
background-color: #E768AD;
}
.BgClassName
{
background-color: #E768AD;
}
</style>
border-color css
<style>
span { border-color: #E768AD; }
span { border-color: rgb(231,104,173); }
td.TdClassName
{
border-color: #E768AD;
}
.TagClassName
{
border-color: #E768AD;
}
</style>