Shades of Pale Magenta #EE7BE0
Tints of Pale Magenta #EE7BE0
RGB
CMYK
RGB Variations
Color information
#EE7BE0 (or 0xEE7BE0) is known color: Pale Magenta. HEX triplet: EE, 7B and E0. RGB value is (238,123,224). Sum of RGB (Red+Green+Blue) = 238+123+224=585 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.68% from 585); Green value is 123 (48.44% from 255 or 21.03% from 585); Blue value is 224 (87.89% from 255 or 38.29% from 585); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7BE0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE7BE0 is #11841F. Grayscale: #A8A8A8. Windows color (decimal): -1147936 or 14711790. OLE color: 14711790.
HSL color Cylindrical-coordinate representation of color #EE7BE0: hue angle of 307.3º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EE7BE0 is Cyan = 0, Magento = 0.48, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 123 | 224 | - |
| CMYK | 0 | 0.48 | 0.06 | 0.07 |
| HSL | 307.3º | 0.77% | 0.71% | - |
| HSV(B) | 307.3º | 0.48% | 0.93% | - |
| XYZ | 55.8 | 37.72 | 74.86 | - |
| YUV | 168.9 | 159.1 | 177.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 123 | 224 | 0 | 0.48 | 0.06 | 0.07 | 307.3 | 0.77 | 0.71 |
| Hex | EE | 7B | E0 | 0 | 30 | 6 | 7 | 133 | 4D | 47 |
| Octal | 356 | 173 | 340 | 0 | 60 | 6 | 7 | 463 | 115 | 107 |
| Binary | 11101110 | 1111011 | 11100000 | 0 | 110000 | 110 | 111 | 100110011 | 1001101 | 1000111 |
Color Harmonies of #EE7BE0
Complementary color
Monochromatic Colors of #EE7BE0
Black with #EE7BE0
Text Example
Text Example
White with #EE7BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7BE0; }
p { color: rgb(238,123,224); }
H1.HeaderClassName
{
color: #EE7BE0;
}
.AnyTagClassName
{
color: #EE7BE0;
}
</style>
background-color css
<style>
a { background-color: #EE7BE0; }
a { background-color: rgb(238,123,224); }
div.DivClassName
{
background-color: #EE7BE0;
}
.BgClassName
{
background-color: #EE7BE0;
}
</style>
border-color css
<style>
span { border-color: #EE7BE0; }
span { border-color: rgb(238,123,224); }
td.TdClassName
{
border-color: #EE7BE0;
}
.TagClassName
{
border-color: #EE7BE0;
}
</style>