Shades of Hot Pink #E06BAE
Tints of Hot Pink #E06BAE
RGB
CMYK
RGB Variations
Color information
#E06BAE (or 0xE06BAE) is known color: Hot Pink. HEX triplet: E0, 6B and AE. RGB value is (224,107,174). Sum of RGB (Red+Green+Blue) = 224+107+174=505 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.36% from 505); Green value is 107 (42.19% from 255 or 21.19% from 505); Blue value is 174 (68.36% from 255 or 34.46% from 505); Max value from RGB is 224 - color contains mainly: red. Hex color #E06BAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06BAE is #1F9451. Grayscale: #959595. Windows color (decimal): -2069586 or 11430880. OLE color: 11430880.
HSL color Cylindrical-coordinate representation of color #E06BAE: hue angle of 325.64º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E06BAE is Cyan = 0, Magento = 0.52, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 107 | 174 | - |
| CMYK | 0 | 0.52 | 0.22 | 0.12 |
| HSL | 325.64º | 0.65% | 0.65% | - |
| HSV(B) | 325.64º | 0.52% | 0.88% | - |
| XYZ | 43.64 | 29.42 | 43.42 | - |
| YUV | 149.62 | 141.76 | 181.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 107 | 174 | 0 | 0.52 | 0.22 | 0.12 | 325.64 | 0.65 | 0.65 |
| Hex | E0 | 6B | AE | 0 | 34 | 16 | C | 146 | 41 | 41 |
| Octal | 340 | 153 | 256 | 0 | 64 | 26 | 14 | 506 | 101 | 101 |
| Binary | 11100000 | 1101011 | 10101110 | 0 | 110100 | 10110 | 1100 | 101000110 | 1000001 | 1000001 |
Color Harmonies of #E06BAE
Complementary color
Monochromatic Colors of #E06BAE
Black with #E06BAE
Text Example
Text Example
White with #E06BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06BAE; }
p { color: rgb(224,107,174); }
H1.HeaderClassName
{
color: #E06BAE;
}
.AnyTagClassName
{
color: #E06BAE;
}
</style>
background-color css
<style>
a { background-color: #E06BAE; }
a { background-color: rgb(224,107,174); }
div.DivClassName
{
background-color: #E06BAE;
}
.BgClassName
{
background-color: #E06BAE;
}
</style>
border-color css
<style>
span { border-color: #E06BAE; }
span { border-color: rgb(224,107,174); }
td.TdClassName
{
border-color: #E06BAE;
}
.TagClassName
{
border-color: #E06BAE;
}
</style>