Shades of Pale Magenta #EE7BD5
Tints of Pale Magenta #EE7BD5
RGB
CMYK
RGB Variations
Color information
#EE7BD5 (or 0xEE7BD5) is known color: Pale Magenta. HEX triplet: EE, 7B and D5. RGB value is (238,123,213). Sum of RGB (Red+Green+Blue) = 238+123+213=574 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.46% from 574); Green value is 123 (48.44% from 255 or 21.43% from 574); Blue value is 213 (83.59% from 255 or 37.11% from 574); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7BD5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE7BD5 is #11842A. Grayscale: #A7A7A7. Windows color (decimal): -1147947 or 13990894. OLE color: 13990894.
HSL color Cylindrical-coordinate representation of color #EE7BD5: hue angle of 313.04º 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 #EE7BD5 is Cyan = 0, Magento = 0.48, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 123 | 213 | - |
| CMYK | 0 | 0.48 | 0.11 | 0.07 |
| HSL | 313.04º | 0.77% | 0.71% | - |
| HSV(B) | 313.04º | 0.48% | 0.93% | - |
| XYZ | 54.35 | 37.15 | 67.26 | - |
| YUV | 167.65 | 153.6 | 178.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 123 | 213 | 0 | 0.48 | 0.11 | 0.07 | 313.04 | 0.77 | 0.71 |
| Hex | EE | 7B | D5 | 0 | 30 | B | 7 | 139 | 4D | 47 |
| Octal | 356 | 173 | 325 | 0 | 60 | 13 | 7 | 471 | 115 | 107 |
| Binary | 11101110 | 1111011 | 11010101 | 0 | 110000 | 1011 | 111 | 100111001 | 1001101 | 1000111 |
Color Harmonies of #EE7BD5
Complementary color
Monochromatic Colors of #EE7BD5
Black with #EE7BD5
Text Example
Text Example
White with #EE7BD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7BD5; }
p { color: rgb(238,123,213); }
H1.HeaderClassName
{
color: #EE7BD5;
}
.AnyTagClassName
{
color: #EE7BD5;
}
</style>
background-color css
<style>
a { background-color: #EE7BD5; }
a { background-color: rgb(238,123,213); }
div.DivClassName
{
background-color: #EE7BD5;
}
.BgClassName
{
background-color: #EE7BD5;
}
</style>
border-color css
<style>
span { border-color: #EE7BD5; }
span { border-color: rgb(238,123,213); }
td.TdClassName
{
border-color: #EE7BD5;
}
.TagClassName
{
border-color: #EE7BD5;
}
</style>