Shades of Hot Pink #EB70B1
Tints of Hot Pink #EB70B1
RGB
CMYK
RGB Variations
Color information
#EB70B1 (or 0xEB70B1) is known color: Hot Pink. HEX triplet: EB, 70 and B1. RGB value is (235,112,177). Sum of RGB (Red+Green+Blue) = 235+112+177=524 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.85% from 524); Green value is 112 (44.14% from 255 or 21.37% from 524); Blue value is 177 (69.53% from 255 or 33.78% from 524); Max value from RGB is 235 - color contains mainly: red. Hex color #EB70B1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB70B1 is #148F4E. Grayscale: #9C9C9C. Windows color (decimal): -1347407 or 11628779. OLE color: 11628779.
HSL color Cylindrical-coordinate representation of color #EB70B1: hue angle of 328.29º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EB70B1 is Cyan = 0, Magento = 0.52, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 112 | 177 | - |
| CMYK | 0 | 0.52 | 0.25 | 0.08 |
| HSL | 328.29º | 0.75% | 0.68% | - |
| HSV(B) | 328.29º | 0.52% | 0.92% | - |
| XYZ | 47.99 | 32.42 | 45.32 | - |
| YUV | 156.19 | 139.75 | 184.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 112 | 177 | 0 | 0.52 | 0.25 | 0.08 | 328.29 | 0.75 | 0.68 |
| Hex | EB | 70 | B1 | 0 | 34 | 19 | 8 | 148 | 4B | 44 |
| Octal | 353 | 160 | 261 | 0 | 64 | 31 | 10 | 510 | 113 | 104 |
| Binary | 11101011 | 1110000 | 10110001 | 0 | 110100 | 11001 | 1000 | 101001000 | 1001011 | 1000100 |
Color Harmonies of #EB70B1
Complementary color
Monochromatic Colors of #EB70B1
Black with #EB70B1
Text Example
Text Example
White with #EB70B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB70B1; }
p { color: rgb(235,112,177); }
H1.HeaderClassName
{
color: #EB70B1;
}
.AnyTagClassName
{
color: #EB70B1;
}
</style>
background-color css
<style>
a { background-color: #EB70B1; }
a { background-color: rgb(235,112,177); }
div.DivClassName
{
background-color: #EB70B1;
}
.BgClassName
{
background-color: #EB70B1;
}
</style>
border-color css
<style>
span { border-color: #EB70B1; }
span { border-color: rgb(235,112,177); }
td.TdClassName
{
border-color: #EB70B1;
}
.TagClassName
{
border-color: #EB70B1;
}
</style>