Shades of Hot Pink #EB63B2
Tints of Hot Pink #EB63B2
RGB
CMYK
RGB Variations
Color information
#EB63B2 (or 0xEB63B2) is known color: Hot Pink. HEX triplet: EB, 63 and B2. RGB value is (235,99,178). Sum of RGB (Red+Green+Blue) = 235+99+178=512 (67% of max value = 765). Red value is 235 (92.19% from 255 or 45.90% from 512); Green value is 99 (39.06% from 255 or 19.34% from 512); Blue value is 178 (69.92% from 255 or 34.77% from 512); Max value from RGB is 235 - color contains mainly: red. Hex color #EB63B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB63B2 is #149C4D. Grayscale: #949494. Windows color (decimal): -1350734 or 11690987. OLE color: 11690987.
HSL color Cylindrical-coordinate representation of color #EB63B2: hue angle of 325.15º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EB63B2 is Cyan = 0, Magento = 0.58, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 99 | 178 | - |
| CMYK | 0 | 0.58 | 0.24 | 0.08 |
| HSL | 325.15º | 0.77% | 0.65% | - |
| HSV(B) | 325.15º | 0.58% | 0.92% | - |
| XYZ | 46.76 | 29.8 | 45.41 | - |
| YUV | 148.67 | 144.56 | 189.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 99 | 178 | 0 | 0.58 | 0.24 | 0.08 | 325.15 | 0.77 | 0.65 |
| Hex | EB | 63 | B2 | 0 | 3A | 18 | 8 | 145 | 4D | 41 |
| Octal | 353 | 143 | 262 | 0 | 72 | 30 | 10 | 505 | 115 | 101 |
| Binary | 11101011 | 1100011 | 10110010 | 0 | 111010 | 11000 | 1000 | 101000101 | 1001101 | 1000001 |
Color Harmonies of #EB63B2
Complementary color
Monochromatic Colors of #EB63B2
Black with #EB63B2
Text Example
Text Example
White with #EB63B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB63B2; }
p { color: rgb(235,99,178); }
H1.HeaderClassName
{
color: #EB63B2;
}
.AnyTagClassName
{
color: #EB63B2;
}
</style>
background-color css
<style>
a { background-color: #EB63B2; }
a { background-color: rgb(235,99,178); }
div.DivClassName
{
background-color: #EB63B2;
}
.BgClassName
{
background-color: #EB63B2;
}
</style>
border-color css
<style>
span { border-color: #EB63B2; }
span { border-color: rgb(235,99,178); }
td.TdClassName
{
border-color: #EB63B2;
}
.TagClassName
{
border-color: #EB63B2;
}
</style>