Shades of Hot Pink #EB68AB
Tints of Hot Pink #EB68AB
RGB
CMYK
RGB Variations
Color information
#EB68AB (or 0xEB68AB) is known color: Hot Pink. HEX triplet: EB, 68 and AB. RGB value is (235,104,171). Sum of RGB (Red+Green+Blue) = 235+104+171=510 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.08% from 510); Green value is 104 (41.02% from 255 or 20.39% from 510); Blue value is 171 (67.19% from 255 or 33.53% from 510); Max value from RGB is 235 - color contains mainly: red. Hex color #EB68AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB68AB is #149754. Grayscale: #969696. Windows color (decimal): -1349461 or 11233515. OLE color: 11233515.
HSL color Cylindrical-coordinate representation of color #EB68AB: hue angle of 329.31º 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 #EB68AB is Cyan = 0, Magento = 0.56, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 104 | 171 | - |
| CMYK | 0 | 0.56 | 0.27 | 0.08 |
| HSL | 329.31º | 0.77% | 0.66% | - |
| HSV(B) | 329.31º | 0.56% | 0.92% | - |
| XYZ | 46.56 | 30.5 | 41.96 | - |
| YUV | 150.81 | 139.4 | 188.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 104 | 171 | 0 | 0.56 | 0.27 | 0.08 | 329.31 | 0.77 | 0.66 |
| Hex | EB | 68 | AB | 0 | 38 | 1B | 8 | 149 | 4D | 42 |
| Octal | 353 | 150 | 253 | 0 | 70 | 33 | 10 | 511 | 115 | 102 |
| Binary | 11101011 | 1101000 | 10101011 | 0 | 111000 | 11011 | 1000 | 101001001 | 1001101 | 1000010 |
Color Harmonies of #EB68AB
Complementary color
Monochromatic Colors of #EB68AB
Black with #EB68AB
Text Example
Text Example
White with #EB68AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB68AB; }
p { color: rgb(235,104,171); }
H1.HeaderClassName
{
color: #EB68AB;
}
.AnyTagClassName
{
color: #EB68AB;
}
</style>
background-color css
<style>
a { background-color: #EB68AB; }
a { background-color: rgb(235,104,171); }
div.DivClassName
{
background-color: #EB68AB;
}
.BgClassName
{
background-color: #EB68AB;
}
</style>
border-color css
<style>
span { border-color: #EB68AB; }
span { border-color: rgb(235,104,171); }
td.TdClassName
{
border-color: #EB68AB;
}
.TagClassName
{
border-color: #EB68AB;
}
</style>