Shades of Hot Pink #EE74AC
Tints of Hot Pink #EE74AC
RGB
CMYK
RGB Variations
Color information
#EE74AC (or 0xEE74AC) is known color: Hot Pink. HEX triplet: EE, 74 and AC. RGB value is (238,116,172). Sum of RGB (Red+Green+Blue) = 238+116+172=526 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.25% from 526); Green value is 116 (45.70% from 255 or 22.05% from 526); Blue value is 172 (67.58% from 255 or 32.70% from 526); Max value from RGB is 238 - color contains mainly: red. Hex color #EE74AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE74AC is #118B53. Grayscale: #9E9E9E. Windows color (decimal): -1149780 or 11302126. OLE color: 11302126.
HSL color Cylindrical-coordinate representation of color #EE74AC: hue angle of 332.46º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EE74AC is Cyan = 0, Magento = 0.51, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 116 | 172 | - |
| CMYK | 0 | 0.51 | 0.28 | 0.07 |
| HSL | 332.46º | 0.78% | 0.69% | - |
| HSV(B) | 332.46º | 0.51% | 0.93% | - |
| XYZ | 48.95 | 33.65 | 42.94 | - |
| YUV | 158.86 | 135.42 | 184.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 116 | 172 | 0 | 0.51 | 0.28 | 0.07 | 332.46 | 0.78 | 0.69 |
| Hex | EE | 74 | AC | 0 | 33 | 1C | 7 | 14C | 4E | 45 |
| Octal | 356 | 164 | 254 | 0 | 63 | 34 | 7 | 514 | 116 | 105 |
| Binary | 11101110 | 1110100 | 10101100 | 0 | 110011 | 11100 | 111 | 101001100 | 1001110 | 1000101 |
Color Harmonies of #EE74AC
Complementary color
Monochromatic Colors of #EE74AC
Black with #EE74AC
Text Example
Text Example
White with #EE74AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE74AC; }
p { color: rgb(238,116,172); }
H1.HeaderClassName
{
color: #EE74AC;
}
.AnyTagClassName
{
color: #EE74AC;
}
</style>
background-color css
<style>
a { background-color: #EE74AC; }
a { background-color: rgb(238,116,172); }
div.DivClassName
{
background-color: #EE74AC;
}
.BgClassName
{
background-color: #EE74AC;
}
</style>
border-color css
<style>
span { border-color: #EE74AC; }
span { border-color: rgb(238,116,172); }
td.TdClassName
{
border-color: #EE74AC;
}
.TagClassName
{
border-color: #EE74AC;
}
</style>