Shades of Hot Pink #E665A8
Tints of Hot Pink #E665A8
RGB
CMYK
RGB Variations
Color information
#E665A8 (or 0xE665A8) is known color: Hot Pink. HEX triplet: E6, 65 and A8. RGB value is (230,101,168). Sum of RGB (Red+Green+Blue) = 230+101+168=499 (66% of max value = 765). Red value is 230 (90.23% from 255 or 46.09% from 499); Green value is 101 (39.84% from 255 or 20.24% from 499); Blue value is 168 (66.02% from 255 or 33.67% from 499); Max value from RGB is 230 - color contains mainly: red. Hex color #E665A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E665A8 is #199A57. Grayscale: #939393. Windows color (decimal): -1677912 or 11036134. OLE color: 11036134.
HSL color Cylindrical-coordinate representation of color #E665A8: hue angle of 328.84º 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 #E665A8 is Cyan = 0, Magento = 0.56, Yellow = 0.27 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 101 | 168 | - |
| CMYK | 0 | 0.56 | 0.27 | 0.10 |
| HSL | 328.84º | 0.72% | 0.65% | - |
| HSV(B) | 328.84º | 0.56% | 0.9% | - |
| XYZ | 44.35 | 28.96 | 40.3 | - |
| YUV | 147.21 | 139.74 | 187.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 101 | 168 | 0 | 0.56 | 0.27 | 0.10 | 328.84 | 0.72 | 0.65 |
| Hex | E6 | 65 | A8 | 0 | 38 | 1B | A | 149 | 48 | 41 |
| Octal | 346 | 145 | 250 | 0 | 70 | 33 | 12 | 511 | 110 | 101 |
| Binary | 11100110 | 1100101 | 10101000 | 0 | 111000 | 11011 | 1010 | 101001001 | 1001000 | 1000001 |
Color Harmonies of #E665A8
Complementary color
Monochromatic Colors of #E665A8
Black with #E665A8
Text Example
Text Example
White with #E665A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E665A8; }
p { color: rgb(230,101,168); }
H1.HeaderClassName
{
color: #E665A8;
}
.AnyTagClassName
{
color: #E665A8;
}
</style>
background-color css
<style>
a { background-color: #E665A8; }
a { background-color: rgb(230,101,168); }
div.DivClassName
{
background-color: #E665A8;
}
.BgClassName
{
background-color: #E665A8;
}
</style>
border-color css
<style>
span { border-color: #E665A8; }
span { border-color: rgb(230,101,168); }
td.TdClassName
{
border-color: #E665A8;
}
.TagClassName
{
border-color: #E665A8;
}
</style>