Shades of Hot Pink #EE73AC
Tints of Hot Pink #EE73AC
RGB
CMYK
RGB Variations
Color information
#EE73AC (or 0xEE73AC) is known color: Hot Pink. HEX triplet: EE, 73 and AC. RGB value is (238,115,172). Sum of RGB (Red+Green+Blue) = 238+115+172=525 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.33% from 525); Green value is 115 (45.31% from 255 or 21.90% from 525); Blue value is 172 (67.58% from 255 or 32.76% from 525); Max value from RGB is 238 - color contains mainly: red. Hex color #EE73AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE73AC is #118C53. Grayscale: #9E9E9E. Windows color (decimal): -1150036 or 11301870. OLE color: 11301870.
HSL color Cylindrical-coordinate representation of color #EE73AC: hue angle of 332.2º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EE73AC is Cyan = 0, Magento = 0.52, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 115 | 172 | - |
| CMYK | 0 | 0.52 | 0.28 | 0.07 |
| HSL | 332.2º | 0.78% | 0.69% | - |
| HSV(B) | 332.2º | 0.52% | 0.93% | - |
| XYZ | 48.84 | 33.42 | 42.91 | - |
| YUV | 158.28 | 135.75 | 184.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 115 | 172 | 0 | 0.52 | 0.28 | 0.07 | 332.2 | 0.78 | 0.69 |
| Hex | EE | 73 | AC | 0 | 34 | 1C | 7 | 14C | 4E | 45 |
| Octal | 356 | 163 | 254 | 0 | 64 | 34 | 7 | 514 | 116 | 105 |
| Binary | 11101110 | 1110011 | 10101100 | 0 | 110100 | 11100 | 111 | 101001100 | 1001110 | 1000101 |
Color Harmonies of #EE73AC
Complementary color
Monochromatic Colors of #EE73AC
Black with #EE73AC
Text Example
Text Example
White with #EE73AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE73AC; }
p { color: rgb(238,115,172); }
H1.HeaderClassName
{
color: #EE73AC;
}
.AnyTagClassName
{
color: #EE73AC;
}
</style>
background-color css
<style>
a { background-color: #EE73AC; }
a { background-color: rgb(238,115,172); }
div.DivClassName
{
background-color: #EE73AC;
}
.BgClassName
{
background-color: #EE73AC;
}
</style>
border-color css
<style>
span { border-color: #EE73AC; }
span { border-color: rgb(238,115,172); }
td.TdClassName
{
border-color: #EE73AC;
}
.TagClassName
{
border-color: #EE73AC;
}
</style>