Shades of Pale Magenta #EE72E0
Tints of Pale Magenta #EE72E0
RGB
CMYK
RGB Variations
Color information
#EE72E0 (or 0xEE72E0) is known color: Pale Magenta. HEX triplet: EE, 72 and E0. RGB value is (238,114,224). Sum of RGB (Red+Green+Blue) = 238+114+224=576 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.32% from 576); Green value is 114 (44.92% from 255 or 19.79% from 576); Blue value is 224 (87.89% from 255 or 38.89% from 576); Max value from RGB is 238 - color contains mainly: red. Hex color #EE72E0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE72E0 is #118D1F. Grayscale: #A3A3A3. Windows color (decimal): -1150240 or 14709486. OLE color: 14709486.
HSL color Cylindrical-coordinate representation of color #EE72E0: hue angle of 306.77º 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 #EE72E0 is Cyan = 0, Magento = 0.52, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 114 | 224 | - |
| CMYK | 0 | 0.52 | 0.06 | 0.07 |
| HSL | 306.77º | 0.78% | 0.69% | - |
| HSV(B) | 306.77º | 0.52% | 0.93% | - |
| XYZ | 54.73 | 35.59 | 74.51 | - |
| YUV | 163.62 | 162.08 | 181.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 114 | 224 | 0 | 0.52 | 0.06 | 0.07 | 306.77 | 0.78 | 0.69 |
| Hex | EE | 72 | E0 | 0 | 34 | 6 | 7 | 133 | 4E | 45 |
| Octal | 356 | 162 | 340 | 0 | 64 | 6 | 7 | 463 | 116 | 105 |
| Binary | 11101110 | 1110010 | 11100000 | 0 | 110100 | 110 | 111 | 100110011 | 1001110 | 1000101 |
Color Harmonies of #EE72E0
Complementary color
Monochromatic Colors of #EE72E0
Black with #EE72E0
Text Example
Text Example
White with #EE72E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE72E0; }
p { color: rgb(238,114,224); }
H1.HeaderClassName
{
color: #EE72E0;
}
.AnyTagClassName
{
color: #EE72E0;
}
</style>
background-color css
<style>
a { background-color: #EE72E0; }
a { background-color: rgb(238,114,224); }
div.DivClassName
{
background-color: #EE72E0;
}
.BgClassName
{
background-color: #EE72E0;
}
</style>
border-color css
<style>
span { border-color: #EE72E0; }
span { border-color: rgb(238,114,224); }
td.TdClassName
{
border-color: #EE72E0;
}
.TagClassName
{
border-color: #EE72E0;
}
</style>