Shades of Hot Pink #E163B2
Tints of Hot Pink #E163B2
RGB
CMYK
RGB Variations
Color information
#E163B2 (or 0xE163B2) is known color: Hot Pink. HEX triplet: E1, 63 and B2. RGB value is (225,99,178). Sum of RGB (Red+Green+Blue) = 225+99+178=502 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.82% from 502); Green value is 99 (39.06% from 255 or 19.72% from 502); Blue value is 178 (69.92% from 255 or 35.46% from 502); Max value from RGB is 225 - color contains mainly: red. Hex color #E163B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E163B2 is #1E9C4D. Grayscale: #919191. Windows color (decimal): -2006094 or 11690977. OLE color: 11690977.
HSL color Cylindrical-coordinate representation of color #E163B2: hue angle of 322.38º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E163B2 is Cyan = 0, Magento = 0.56, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 99 | 178 | - |
| CMYK | 0 | 0.56 | 0.21 | 0.12 |
| HSL | 322.38º | 0.68% | 0.64% | - |
| HSV(B) | 322.38º | 0.56% | 0.88% | - |
| XYZ | 43.55 | 28.15 | 45.26 | - |
| YUV | 145.68 | 146.24 | 184.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 99 | 178 | 0 | 0.56 | 0.21 | 0.12 | 322.38 | 0.68 | 0.64 |
| Hex | E1 | 63 | B2 | 0 | 38 | 15 | C | 142 | 44 | 40 |
| Octal | 341 | 143 | 262 | 0 | 70 | 25 | 14 | 502 | 104 | 100 |
| Binary | 11100001 | 1100011 | 10110010 | 0 | 111000 | 10101 | 1100 | 101000010 | 1000100 | 1000000 |
Color Harmonies of #E163B2
Complementary color
Monochromatic Colors of #E163B2
Black with #E163B2
Text Example
Text Example
White with #E163B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E163B2; }
p { color: rgb(225,99,178); }
H1.HeaderClassName
{
color: #E163B2;
}
.AnyTagClassName
{
color: #E163B2;
}
</style>
background-color css
<style>
a { background-color: #E163B2; }
a { background-color: rgb(225,99,178); }
div.DivClassName
{
background-color: #E163B2;
}
.BgClassName
{
background-color: #E163B2;
}
</style>
border-color css
<style>
span { border-color: #E163B2; }
span { border-color: rgb(225,99,178); }
td.TdClassName
{
border-color: #E163B2;
}
.TagClassName
{
border-color: #E163B2;
}
</style>