Shades of Hot Pink #EE65AB
Tints of Hot Pink #EE65AB
RGB
CMYK
RGB Variations
Color information
#EE65AB (or 0xEE65AB) is known color: Hot Pink. HEX triplet: EE, 65 and AB. RGB value is (238,101,171). Sum of RGB (Red+Green+Blue) = 238+101+171=510 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.67% from 510); Green value is 101 (39.84% from 255 or 19.80% from 510); Blue value is 171 (67.19% from 255 or 33.53% from 510); Max value from RGB is 238 - color contains mainly: red. Hex color #EE65AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE65AB is #119A54. Grayscale: #959595. Windows color (decimal): -1153621 or 11232750. OLE color: 11232750.
HSL color Cylindrical-coordinate representation of color #EE65AB: hue angle of 329.34º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EE65AB is Cyan = 0, Magento = 0.58, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 101 | 171 | - |
| CMYK | 0 | 0.58 | 0.28 | 0.07 |
| HSL | 329.34º | 0.8% | 0.66% | - |
| HSV(B) | 329.34º | 0.58% | 0.93% | - |
| XYZ | 47.26 | 30.42 | 41.91 | - |
| YUV | 149.94 | 139.89 | 190.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 101 | 171 | 0 | 0.58 | 0.28 | 0.07 | 329.34 | 0.8 | 0.66 |
| Hex | EE | 65 | AB | 0 | 3A | 1C | 7 | 149 | 50 | 42 |
| Octal | 356 | 145 | 253 | 0 | 72 | 34 | 7 | 511 | 120 | 102 |
| Binary | 11101110 | 1100101 | 10101011 | 0 | 111010 | 11100 | 111 | 101001001 | 1010000 | 1000010 |
Color Harmonies of #EE65AB
Complementary color
Monochromatic Colors of #EE65AB
Black with #EE65AB
Text Example
Text Example
White with #EE65AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE65AB; }
p { color: rgb(238,101,171); }
H1.HeaderClassName
{
color: #EE65AB;
}
.AnyTagClassName
{
color: #EE65AB;
}
</style>
background-color css
<style>
a { background-color: #EE65AB; }
a { background-color: rgb(238,101,171); }
div.DivClassName
{
background-color: #EE65AB;
}
.BgClassName
{
background-color: #EE65AB;
}
</style>
border-color css
<style>
span { border-color: #EE65AB; }
span { border-color: rgb(238,101,171); }
td.TdClassName
{
border-color: #EE65AB;
}
.TagClassName
{
border-color: #EE65AB;
}
</style>