Shades of Pale Magenta #EE7FE2
Tints of Pale Magenta #EE7FE2
RGB
CMYK
RGB Variations
Color information
#EE7FE2 (or 0xEE7FE2) is known color: Pale Magenta. HEX triplet: EE, 7F and E2. RGB value is (238,127,226). Sum of RGB (Red+Green+Blue) = 238+127+226=591 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.27% from 591); Green value is 127 (50% from 255 or 21.49% from 591); Blue value is 226 (88.67% from 255 or 38.24% from 591); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7FE2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE7FE2 is #11801D. Grayscale: #ABABAB. Windows color (decimal): -1146910 or 14843886. OLE color: 14843886.
HSL color Cylindrical-coordinate representation of color #EE7FE2: hue angle of 306.49º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EE7FE2 is Cyan = 0, Magento = 0.47, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 127 | 226 | - |
| CMYK | 0 | 0.47 | 0.05 | 0.07 |
| HSL | 306.49º | 0.77% | 0.72% | - |
| HSV(B) | 306.49º | 0.47% | 0.93% | - |
| XYZ | 56.58 | 38.85 | 76.47 | - |
| YUV | 171.48 | 158.77 | 175.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 127 | 226 | 0 | 0.47 | 0.05 | 0.07 | 306.49 | 0.77 | 0.72 |
| Hex | EE | 7F | E2 | 0 | 2F | 5 | 7 | 132 | 4D | 48 |
| Octal | 356 | 177 | 342 | 0 | 57 | 5 | 7 | 462 | 115 | 110 |
| Binary | 11101110 | 1111111 | 11100010 | 0 | 101111 | 101 | 111 | 100110010 | 1001101 | 1001000 |
Color Harmonies of #EE7FE2
Complementary color
Monochromatic Colors of #EE7FE2
Black with #EE7FE2
Text Example
Text Example
White with #EE7FE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7FE2; }
p { color: rgb(238,127,226); }
H1.HeaderClassName
{
color: #EE7FE2;
}
.AnyTagClassName
{
color: #EE7FE2;
}
</style>
background-color css
<style>
a { background-color: #EE7FE2; }
a { background-color: rgb(238,127,226); }
div.DivClassName
{
background-color: #EE7FE2;
}
.BgClassName
{
background-color: #EE7FE2;
}
</style>
border-color css
<style>
span { border-color: #EE7FE2; }
span { border-color: rgb(238,127,226); }
td.TdClassName
{
border-color: #EE7FE2;
}
.TagClassName
{
border-color: #EE7FE2;
}
</style>