Shades of Hot Pink #EB68AA
Tints of Hot Pink #EB68AA
RGB
CMYK
RGB Variations
Color information
#EB68AA (or 0xEB68AA) is known color: Hot Pink. HEX triplet: EB, 68 and AA. RGB value is (235,104,170). Sum of RGB (Red+Green+Blue) = 235+104+170=509 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.17% from 509); Green value is 104 (41.02% from 255 or 20.43% from 509); Blue value is 170 (66.80% from 255 or 33.40% from 509); Max value from RGB is 235 - color contains mainly: red. Hex color #EB68AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB68AA is #149755. Grayscale: #969696. Windows color (decimal): -1349462 or 11167979. OLE color: 11167979.
HSL color Cylindrical-coordinate representation of color #EB68AA: hue angle of 329.77º 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 #EB68AA is Cyan = 0, Magento = 0.56, Yellow = 0.28 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 104 | 170 | - |
| CMYK | 0 | 0.56 | 0.28 | 0.08 |
| HSL | 329.77º | 0.77% | 0.66% | - |
| HSV(B) | 329.77º | 0.56% | 0.92% | - |
| XYZ | 46.47 | 30.47 | 41.46 | - |
| YUV | 150.69 | 138.9 | 188.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 104 | 170 | 0 | 0.56 | 0.28 | 0.08 | 329.77 | 0.77 | 0.66 |
| Hex | EB | 68 | AA | 0 | 38 | 1C | 8 | 14A | 4D | 42 |
| Octal | 353 | 150 | 252 | 0 | 70 | 34 | 10 | 512 | 115 | 102 |
| Binary | 11101011 | 1101000 | 10101010 | 0 | 111000 | 11100 | 1000 | 101001010 | 1001101 | 1000010 |
Color Harmonies of #EB68AA
Complementary color
Monochromatic Colors of #EB68AA
Black with #EB68AA
Text Example
Text Example
White with #EB68AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB68AA; }
p { color: rgb(235,104,170); }
H1.HeaderClassName
{
color: #EB68AA;
}
.AnyTagClassName
{
color: #EB68AA;
}
</style>
background-color css
<style>
a { background-color: #EB68AA; }
a { background-color: rgb(235,104,170); }
div.DivClassName
{
background-color: #EB68AA;
}
.BgClassName
{
background-color: #EB68AA;
}
</style>
border-color css
<style>
span { border-color: #EB68AA; }
span { border-color: rgb(235,104,170); }
td.TdClassName
{
border-color: #EB68AA;
}
.TagClassName
{
border-color: #EB68AA;
}
</style>