Shades of Hot Pink #E063B4
Tints of Hot Pink #E063B4
RGB
CMYK
RGB Variations
Color information
#E063B4 (or 0xE063B4) is known color: Hot Pink. HEX triplet: E0, 63 and B4. RGB value is (224,99,180). Sum of RGB (Red+Green+Blue) = 224+99+180=503 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.53% from 503); Green value is 99 (39.06% from 255 or 19.68% from 503); Blue value is 180 (70.70% from 255 or 35.79% from 503); Max value from RGB is 224 - color contains mainly: red. Hex color #E063B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E063B4 is #1F9C4B. Grayscale: #919191. Windows color (decimal): -2071628 or 11822048. OLE color: 11822048.
HSL color Cylindrical-coordinate representation of color #E063B4: hue angle of 321.12º 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 #E063B4 is Cyan = 0, Magento = 0.56, Yellow = 0.20 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 99 | 180 | - |
| CMYK | 0 | 0.56 | 0.20 | 0.12 |
| HSL | 321.12º | 0.67% | 0.63% | - |
| HSV(B) | 321.12º | 0.56% | 0.88% | - |
| XYZ | 43.44 | 28.07 | 46.31 | - |
| YUV | 145.61 | 147.41 | 183.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 99 | 180 | 0 | 0.56 | 0.20 | 0.12 | 321.12 | 0.67 | 0.63 |
| Hex | E0 | 63 | B4 | 0 | 38 | 14 | C | 141 | 43 | 3F |
| Octal | 340 | 143 | 264 | 0 | 70 | 24 | 14 | 501 | 103 | 77 |
| Binary | 11100000 | 1100011 | 10110100 | 0 | 111000 | 10100 | 1100 | 101000001 | 1000011 | 111111 |
Color Harmonies of #E063B4
Complementary color
Monochromatic Colors of #E063B4
Black with #E063B4
Text Example
Text Example
White with #E063B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E063B4; }
p { color: rgb(224,99,180); }
H1.HeaderClassName
{
color: #E063B4;
}
.AnyTagClassName
{
color: #E063B4;
}
</style>
background-color css
<style>
a { background-color: #E063B4; }
a { background-color: rgb(224,99,180); }
div.DivClassName
{
background-color: #E063B4;
}
.BgClassName
{
background-color: #E063B4;
}
</style>
border-color css
<style>
span { border-color: #E063B4; }
span { border-color: rgb(224,99,180); }
td.TdClassName
{
border-color: #E063B4;
}
.TagClassName
{
border-color: #E063B4;
}
</style>