Shades of Hot Pink #E665AD
Tints of Hot Pink #E665AD
RGB
CMYK
RGB Variations
Color information
#E665AD (or 0xE665AD) is known color: Hot Pink. HEX triplet: E6, 65 and AD. RGB value is (230,101,173). Sum of RGB (Red+Green+Blue) = 230+101+173=504 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.63% from 504); Green value is 101 (39.84% from 255 or 20.04% from 504); Blue value is 173 (67.97% from 255 or 34.33% from 504); Max value from RGB is 230 - color contains mainly: red. Hex color #E665AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E665AD is #199A52. Grayscale: #939393. Windows color (decimal): -1677907 or 11363814. OLE color: 11363814.
HSL color Cylindrical-coordinate representation of color #E665AD: hue angle of 326.51º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E665AD is Cyan = 0, Magento = 0.56, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 101 | 173 | - |
| CMYK | 0 | 0.56 | 0.25 | 0.10 |
| HSL | 326.51º | 0.72% | 0.65% | - |
| HSV(B) | 326.51º | 0.56% | 0.9% | - |
| XYZ | 44.83 | 29.15 | 42.8 | - |
| YUV | 147.78 | 142.24 | 186.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 101 | 173 | 0 | 0.56 | 0.25 | 0.10 | 326.51 | 0.72 | 0.65 |
| Hex | E6 | 65 | AD | 0 | 38 | 19 | A | 147 | 48 | 41 |
| Octal | 346 | 145 | 255 | 0 | 70 | 31 | 12 | 507 | 110 | 101 |
| Binary | 11100110 | 1100101 | 10101101 | 0 | 111000 | 11001 | 1010 | 101000111 | 1001000 | 1000001 |
Color Harmonies of #E665AD
Complementary color
Monochromatic Colors of #E665AD
Black with #E665AD
Text Example
Text Example
White with #E665AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E665AD; }
p { color: rgb(230,101,173); }
H1.HeaderClassName
{
color: #E665AD;
}
.AnyTagClassName
{
color: #E665AD;
}
</style>
background-color css
<style>
a { background-color: #E665AD; }
a { background-color: rgb(230,101,173); }
div.DivClassName
{
background-color: #E665AD;
}
.BgClassName
{
background-color: #E665AD;
}
</style>
border-color css
<style>
span { border-color: #E665AD; }
span { border-color: rgb(230,101,173); }
td.TdClassName
{
border-color: #E665AD;
}
.TagClassName
{
border-color: #E665AD;
}
</style>