Shades of Hot Pink #EE65AC
Tints of Hot Pink #EE65AC
RGB
CMYK
RGB Variations
Color information
#EE65AC (or 0xEE65AC) is known color: Hot Pink. HEX triplet: EE, 65 and AC. RGB value is (238,101,172). Sum of RGB (Red+Green+Blue) = 238+101+172=511 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.58% from 511); Green value is 101 (39.84% from 255 or 19.77% from 511); Blue value is 172 (67.58% from 255 or 33.66% from 511); Max value from RGB is 238 - color contains mainly: red. Hex color #EE65AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE65AC is #119A53. Grayscale: #959595. Windows color (decimal): -1153620 or 11298286. OLE color: 11298286.
HSL color Cylindrical-coordinate representation of color #EE65AC: hue angle of 328.91º 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 #EE65AC is Cyan = 0, Magento = 0.58, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 101 | 172 | - |
| CMYK | 0 | 0.58 | 0.28 | 0.07 |
| HSL | 328.91º | 0.8% | 0.66% | - |
| HSV(B) | 328.91º | 0.58% | 0.93% | - |
| XYZ | 47.36 | 30.46 | 42.41 | - |
| YUV | 150.06 | 140.39 | 190.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 101 | 172 | 0 | 0.58 | 0.28 | 0.07 | 328.91 | 0.8 | 0.66 |
| Hex | EE | 65 | AC | 0 | 3A | 1C | 7 | 149 | 50 | 42 |
| Octal | 356 | 145 | 254 | 0 | 72 | 34 | 7 | 511 | 120 | 102 |
| Binary | 11101110 | 1100101 | 10101100 | 0 | 111010 | 11100 | 111 | 101001001 | 1010000 | 1000010 |
Color Harmonies of #EE65AC
Complementary color
Monochromatic Colors of #EE65AC
Black with #EE65AC
Text Example
Text Example
White with #EE65AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE65AC; }
p { color: rgb(238,101,172); }
H1.HeaderClassName
{
color: #EE65AC;
}
.AnyTagClassName
{
color: #EE65AC;
}
</style>
background-color css
<style>
a { background-color: #EE65AC; }
a { background-color: rgb(238,101,172); }
div.DivClassName
{
background-color: #EE65AC;
}
.BgClassName
{
background-color: #EE65AC;
}
</style>
border-color css
<style>
span { border-color: #EE65AC; }
span { border-color: rgb(238,101,172); }
td.TdClassName
{
border-color: #EE65AC;
}
.TagClassName
{
border-color: #EE65AC;
}
</style>