Shades of Hot Pink #E063B2
Tints of Hot Pink #E063B2
RGB
CMYK
RGB Variations
Color information
#E063B2 (or 0xE063B2) is known color: Hot Pink. HEX triplet: E0, 63 and B2. RGB value is (224,99,178). Sum of RGB (Red+Green+Blue) = 224+99+178=501 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.71% from 501); Green value is 99 (39.06% from 255 or 19.76% from 501); Blue value is 178 (69.92% from 255 or 35.53% from 501); Max value from RGB is 224 - color contains mainly: red. Hex color #E063B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E063B2 is #1F9C4D. Grayscale: #919191. Windows color (decimal): -2071630 or 11690976. OLE color: 11690976.
HSL color Cylindrical-coordinate representation of color #E063B2: hue angle of 322.08º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E063B2 is Cyan = 0, Magento = 0.56, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 99 | 178 | - |
| CMYK | 0 | 0.56 | 0.21 | 0.12 |
| HSL | 322.08º | 0.67% | 0.63% | - |
| HSV(B) | 322.08º | 0.56% | 0.88% | - |
| XYZ | 43.24 | 27.99 | 45.24 | - |
| YUV | 145.38 | 146.41 | 184.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 99 | 178 | 0 | 0.56 | 0.21 | 0.12 | 322.08 | 0.67 | 0.63 |
| Hex | E0 | 63 | B2 | 0 | 38 | 15 | C | 142 | 43 | 3F |
| Octal | 340 | 143 | 262 | 0 | 70 | 25 | 14 | 502 | 103 | 77 |
| Binary | 11100000 | 1100011 | 10110010 | 0 | 111000 | 10101 | 1100 | 101000010 | 1000011 | 111111 |
Color Harmonies of #E063B2
Complementary color
Monochromatic Colors of #E063B2
Black with #E063B2
Text Example
Text Example
White with #E063B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E063B2; }
p { color: rgb(224,99,178); }
H1.HeaderClassName
{
color: #E063B2;
}
.AnyTagClassName
{
color: #E063B2;
}
</style>
background-color css
<style>
a { background-color: #E063B2; }
a { background-color: rgb(224,99,178); }
div.DivClassName
{
background-color: #E063B2;
}
.BgClassName
{
background-color: #E063B2;
}
</style>
border-color css
<style>
span { border-color: #E063B2; }
span { border-color: rgb(224,99,178); }
td.TdClassName
{
border-color: #E063B2;
}
.TagClassName
{
border-color: #E063B2;
}
</style>