Shades of Hot Pink #EB68AD
Tints of Hot Pink #EB68AD
RGB
CMYK
RGB Variations
Color information
#EB68AD (or 0xEB68AD) is known color: Hot Pink. HEX triplet: EB, 68 and AD. RGB value is (235,104,173). Sum of RGB (Red+Green+Blue) = 235+104+173=512 (67% of max value = 765). Red value is 235 (92.19% from 255 or 45.90% from 512); Green value is 104 (41.02% from 255 or 20.31% from 512); Blue value is 173 (67.97% from 255 or 33.79% from 512); Max value from RGB is 235 - color contains mainly: red. Hex color #EB68AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB68AD is #149752. Grayscale: #969696. Windows color (decimal): -1349459 or 11364587. OLE color: 11364587.
HSL color Cylindrical-coordinate representation of color #EB68AD: hue angle of 328.4º 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 #EB68AD is Cyan = 0, Magento = 0.56, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 104 | 173 | - |
| CMYK | 0 | 0.56 | 0.26 | 0.08 |
| HSL | 328.4º | 0.77% | 0.66% | - |
| HSV(B) | 328.4º | 0.56% | 0.92% | - |
| XYZ | 46.75 | 30.58 | 42.97 | - |
| YUV | 151.04 | 140.4 | 187.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 104 | 173 | 0 | 0.56 | 0.26 | 0.08 | 328.4 | 0.77 | 0.66 |
| Hex | EB | 68 | AD | 0 | 38 | 1A | 8 | 148 | 4D | 42 |
| Octal | 353 | 150 | 255 | 0 | 70 | 32 | 10 | 510 | 115 | 102 |
| Binary | 11101011 | 1101000 | 10101101 | 0 | 111000 | 11010 | 1000 | 101001000 | 1001101 | 1000010 |
Color Harmonies of #EB68AD
Complementary color
Monochromatic Colors of #EB68AD
Black with #EB68AD
Text Example
Text Example
White with #EB68AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB68AD; }
p { color: rgb(235,104,173); }
H1.HeaderClassName
{
color: #EB68AD;
}
.AnyTagClassName
{
color: #EB68AD;
}
</style>
background-color css
<style>
a { background-color: #EB68AD; }
a { background-color: rgb(235,104,173); }
div.DivClassName
{
background-color: #EB68AD;
}
.BgClassName
{
background-color: #EB68AD;
}
</style>
border-color css
<style>
span { border-color: #EB68AD; }
span { border-color: rgb(235,104,173); }
td.TdClassName
{
border-color: #EB68AD;
}
.TagClassName
{
border-color: #EB68AD;
}
</style>