Shades of Hot Pink #E066B3
Tints of Hot Pink #E066B3
RGB
CMYK
RGB Variations
Color information
#E066B3 (or 0xE066B3) is known color: Hot Pink. HEX triplet: E0, 66 and B3. RGB value is (224,102,179). Sum of RGB (Red+Green+Blue) = 224+102+179=505 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.36% from 505); Green value is 102 (40.23% from 255 or 20.20% from 505); Blue value is 179 (70.31% from 255 or 35.45% from 505); Max value from RGB is 224 - color contains mainly: red. Hex color #E066B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E066B3 is #1F994C. Grayscale: #939393. Windows color (decimal): -2070861 or 11757280. OLE color: 11757280.
HSL color Cylindrical-coordinate representation of color #E066B3: hue angle of 322.13º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E066B3 is Cyan = 0, Magento = 0.54, Yellow = 0.20 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 102 | 179 | - |
| CMYK | 0 | 0.54 | 0.20 | 0.12 |
| HSL | 322.13º | 0.66% | 0.64% | - |
| HSV(B) | 322.13º | 0.54% | 0.88% | - |
| XYZ | 43.63 | 28.6 | 45.87 | - |
| YUV | 147.26 | 145.92 | 182.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 102 | 179 | 0 | 0.54 | 0.20 | 0.12 | 322.13 | 0.66 | 0.64 |
| Hex | E0 | 66 | B3 | 0 | 36 | 14 | C | 142 | 42 | 40 |
| Octal | 340 | 146 | 263 | 0 | 66 | 24 | 14 | 502 | 102 | 100 |
| Binary | 11100000 | 1100110 | 10110011 | 0 | 110110 | 10100 | 1100 | 101000010 | 1000010 | 1000000 |
Color Harmonies of #E066B3
Complementary color
Monochromatic Colors of #E066B3
Black with #E066B3
Text Example
Text Example
White with #E066B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E066B3; }
p { color: rgb(224,102,179); }
H1.HeaderClassName
{
color: #E066B3;
}
.AnyTagClassName
{
color: #E066B3;
}
</style>
background-color css
<style>
a { background-color: #E066B3; }
a { background-color: rgb(224,102,179); }
div.DivClassName
{
background-color: #E066B3;
}
.BgClassName
{
background-color: #E066B3;
}
</style>
border-color css
<style>
span { border-color: #E066B3; }
span { border-color: rgb(224,102,179); }
td.TdClassName
{
border-color: #E066B3;
}
.TagClassName
{
border-color: #E066B3;
}
</style>