Shades of Hot Pink #EB68B4
Tints of Hot Pink #EB68B4
RGB
CMYK
RGB Variations
Color information
#EB68B4 (or 0xEB68B4) is known color: Hot Pink. HEX triplet: EB, 68 and B4. RGB value is (235,104,180). Sum of RGB (Red+Green+Blue) = 235+104+180=519 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.28% from 519); Green value is 104 (41.02% from 255 or 20.04% from 519); Blue value is 180 (70.70% from 255 or 34.68% from 519); Max value from RGB is 235 - color contains mainly: red. Hex color #EB68B4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB68B4 is #14974B. Grayscale: #979797. Windows color (decimal): -1349452 or 11823339. OLE color: 11823339.
HSL color Cylindrical-coordinate representation of color #EB68B4: hue angle of 325.19º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EB68B4 is Cyan = 0, Magento = 0.56, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 104 | 180 | - |
| CMYK | 0 | 0.56 | 0.23 | 0.08 |
| HSL | 325.19º | 0.77% | 0.66% | - |
| HSV(B) | 325.19º | 0.56% | 0.92% | - |
| XYZ | 47.45 | 30.86 | 46.64 | - |
| YUV | 151.83 | 143.9 | 187.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 104 | 180 | 0 | 0.56 | 0.23 | 0.08 | 325.19 | 0.77 | 0.66 |
| Hex | EB | 68 | B4 | 0 | 38 | 17 | 8 | 145 | 4D | 42 |
| Octal | 353 | 150 | 264 | 0 | 70 | 27 | 10 | 505 | 115 | 102 |
| Binary | 11101011 | 1101000 | 10110100 | 0 | 111000 | 10111 | 1000 | 101000101 | 1001101 | 1000010 |
Color Harmonies of #EB68B4
Complementary color
Monochromatic Colors of #EB68B4
Black with #EB68B4
Text Example
Text Example
White with #EB68B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB68B4; }
p { color: rgb(235,104,180); }
H1.HeaderClassName
{
color: #EB68B4;
}
.AnyTagClassName
{
color: #EB68B4;
}
</style>
background-color css
<style>
a { background-color: #EB68B4; }
a { background-color: rgb(235,104,180); }
div.DivClassName
{
background-color: #EB68B4;
}
.BgClassName
{
background-color: #EB68B4;
}
</style>
border-color css
<style>
span { border-color: #EB68B4; }
span { border-color: rgb(235,104,180); }
td.TdClassName
{
border-color: #EB68B4;
}
.TagClassName
{
border-color: #EB68B4;
}
</style>