Shades of Hot Pink #E063B8
Tints of Hot Pink #E063B8
RGB
CMYK
RGB Variations
Color information
#E063B8 (or 0xE063B8) is known color: Hot Pink. HEX triplet: E0, 63 and B8. RGB value is (224,99,184). Sum of RGB (Red+Green+Blue) = 224+99+184=507 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.18% from 507); Green value is 99 (39.06% from 255 or 19.53% from 507); Blue value is 184 (72.27% from 255 or 36.29% from 507); Max value from RGB is 224 - color contains mainly: red. Hex color #E063B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E063B8 is #1F9C47. Grayscale: #919191. Windows color (decimal): -2071624 or 12084192. OLE color: 12084192.
HSL color Cylindrical-coordinate representation of color #E063B8: hue angle of 319.2º 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 #E063B8 is Cyan = 0, Magento = 0.56, Yellow = 0.18 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 99 | 184 | - |
| CMYK | 0 | 0.56 | 0.18 | 0.12 |
| HSL | 319.2º | 0.67% | 0.63% | - |
| HSV(B) | 319.2º | 0.56% | 0.88% | - |
| XYZ | 43.85 | 28.23 | 48.49 | - |
| YUV | 146.07 | 149.41 | 183.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 99 | 184 | 0 | 0.56 | 0.18 | 0.12 | 319.2 | 0.67 | 0.63 |
| Hex | E0 | 63 | B8 | 0 | 38 | 12 | C | 13F | 43 | 3F |
| Octal | 340 | 143 | 270 | 0 | 70 | 22 | 14 | 477 | 103 | 77 |
| Binary | 11100000 | 1100011 | 10111000 | 0 | 111000 | 10010 | 1100 | 100111111 | 1000011 | 111111 |
Color Harmonies of #E063B8
Complementary color
Monochromatic Colors of #E063B8
Black with #E063B8
Text Example
Text Example
White with #E063B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E063B8; }
p { color: rgb(224,99,184); }
H1.HeaderClassName
{
color: #E063B8;
}
.AnyTagClassName
{
color: #E063B8;
}
</style>
background-color css
<style>
a { background-color: #E063B8; }
a { background-color: rgb(224,99,184); }
div.DivClassName
{
background-color: #E063B8;
}
.BgClassName
{
background-color: #E063B8;
}
</style>
border-color css
<style>
span { border-color: #E063B8; }
span { border-color: rgb(224,99,184); }
td.TdClassName
{
border-color: #E063B8;
}
.TagClassName
{
border-color: #E063B8;
}
</style>