Shades of Pale Magenta #EE7BE2
Tints of Pale Magenta #EE7BE2
RGB
CMYK
RGB Variations
Color information
#EE7BE2 (or 0xEE7BE2) is known color: Pale Magenta. HEX triplet: EE, 7B and E2. RGB value is (238,123,226). Sum of RGB (Red+Green+Blue) = 238+123+226=587 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.55% from 587); Green value is 123 (48.44% from 255 or 20.95% from 587); Blue value is 226 (88.67% from 255 or 38.50% from 587); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7BE2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE7BE2 is #11841D. Grayscale: #A8A8A8. Windows color (decimal): -1147934 or 14842862. OLE color: 14842862.
HSL color Cylindrical-coordinate representation of color #EE7BE2: hue angle of 306.26º 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 #EE7BE2 is Cyan = 0, Magento = 0.48, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 123 | 226 | - |
| CMYK | 0 | 0.48 | 0.05 | 0.07 |
| HSL | 306.26º | 0.77% | 0.71% | - |
| HSV(B) | 306.26º | 0.48% | 0.93% | - |
| XYZ | 56.07 | 37.83 | 76.3 | - |
| YUV | 169.13 | 160.1 | 177.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 123 | 226 | 0 | 0.48 | 0.05 | 0.07 | 306.26 | 0.77 | 0.71 |
| Hex | EE | 7B | E2 | 0 | 30 | 5 | 7 | 132 | 4D | 47 |
| Octal | 356 | 173 | 342 | 0 | 60 | 5 | 7 | 462 | 115 | 107 |
| Binary | 11101110 | 1111011 | 11100010 | 0 | 110000 | 101 | 111 | 100110010 | 1001101 | 1000111 |
Color Harmonies of #EE7BE2
Complementary color
Monochromatic Colors of #EE7BE2
Black with #EE7BE2
Text Example
Text Example
White with #EE7BE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7BE2; }
p { color: rgb(238,123,226); }
H1.HeaderClassName
{
color: #EE7BE2;
}
.AnyTagClassName
{
color: #EE7BE2;
}
</style>
background-color css
<style>
a { background-color: #EE7BE2; }
a { background-color: rgb(238,123,226); }
div.DivClassName
{
background-color: #EE7BE2;
}
.BgClassName
{
background-color: #EE7BE2;
}
</style>
border-color css
<style>
span { border-color: #EE7BE2; }
span { border-color: rgb(238,123,226); }
td.TdClassName
{
border-color: #EE7BE2;
}
.TagClassName
{
border-color: #EE7BE2;
}
</style>