Shades of Hot Pink #E765AD
Tints of Hot Pink #E765AD
RGB
CMYK
RGB Variations
Color information
#E765AD (or 0xE765AD) is known color: Hot Pink. HEX triplet: E7, 65 and AD. RGB value is (231,101,173). Sum of RGB (Red+Green+Blue) = 231+101+173=505 (66% of max value = 765). Red value is 231 (90.62% from 255 or 45.74% from 505); Green value is 101 (39.84% from 255 or 20% from 505); Blue value is 173 (67.97% from 255 or 34.26% from 505); Max value from RGB is 231 - color contains mainly: red. Hex color #E765AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E765AD is #189A52. Grayscale: #939393. Windows color (decimal): -1612371 or 11363815. OLE color: 11363815.
HSL color Cylindrical-coordinate representation of color #E765AD: hue angle of 326.77º 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 #E765AD is Cyan = 0, Magento = 0.56, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 101 | 173 | - |
| CMYK | 0 | 0.56 | 0.25 | 0.09 |
| HSL | 326.77º | 0.73% | 0.65% | - |
| HSV(B) | 326.77º | 0.56% | 0.91% | - |
| XYZ | 45.15 | 29.31 | 42.81 | - |
| YUV | 148.08 | 142.07 | 187.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 101 | 173 | 0 | 0.56 | 0.25 | 0.09 | 326.77 | 0.73 | 0.65 |
| Hex | E7 | 65 | AD | 0 | 38 | 19 | 9 | 147 | 49 | 41 |
| Octal | 347 | 145 | 255 | 0 | 70 | 31 | 11 | 507 | 111 | 101 |
| Binary | 11100111 | 1100101 | 10101101 | 0 | 111000 | 11001 | 1001 | 101000111 | 1001001 | 1000001 |
Color Harmonies of #E765AD
Complementary color
Monochromatic Colors of #E765AD
Black with #E765AD
Text Example
Text Example
White with #E765AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E765AD; }
p { color: rgb(231,101,173); }
H1.HeaderClassName
{
color: #E765AD;
}
.AnyTagClassName
{
color: #E765AD;
}
</style>
background-color css
<style>
a { background-color: #E765AD; }
a { background-color: rgb(231,101,173); }
div.DivClassName
{
background-color: #E765AD;
}
.BgClassName
{
background-color: #E765AD;
}
</style>
border-color css
<style>
span { border-color: #E765AD; }
span { border-color: rgb(231,101,173); }
td.TdClassName
{
border-color: #E765AD;
}
.TagClassName
{
border-color: #E765AD;
}
</style>