Shades of Pale Magenta #EC90E3
Tints of Pale Magenta #EC90E3
RGB
CMYK
RGB Variations
Color information
#EC90E3 (or 0xEC90E3) is known color: Pale Magenta. HEX triplet: EC, 90 and E3. RGB value is (236,144,227). Sum of RGB (Red+Green+Blue) = 236+144+227=607 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.88% from 607); Green value is 144 (56.64% from 255 or 23.72% from 607); Blue value is 227 (89.06% from 255 or 37.40% from 607); Max value from RGB is 236 - color contains mainly: red. Hex color #EC90E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC90E3 is #136F1C. Grayscale: #B4B4B4. Windows color (decimal): -1273629 or 14913772. OLE color: 14913772.
HSL color Cylindrical-coordinate representation of color #EC90E3: hue angle of 305.87º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EC90E3 is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 144 | 227 | - |
| CMYK | 0 | 0.39 | 0.04 | 0.07 |
| HSL | 305.87º | 0.71% | 0.75% | - |
| HSV(B) | 305.87º | 0.39% | 0.93% | - |
| XYZ | 58.43 | 43.33 | 77.96 | - |
| YUV | 180.97 | 153.98 | 167.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 144 | 227 | 0 | 0.39 | 0.04 | 0.07 | 305.87 | 0.71 | 0.75 |
| Hex | EC | 90 | E3 | 0 | 27 | 4 | 7 | 132 | 47 | 4B |
| Octal | 354 | 220 | 343 | 0 | 47 | 4 | 7 | 462 | 107 | 113 |
| Binary | 11101100 | 10010000 | 11100011 | 0 | 100111 | 100 | 111 | 100110010 | 1000111 | 1001011 |
Color Harmonies of #EC90E3
Complementary color
Monochromatic Colors of #EC90E3
Black with #EC90E3
Text Example
Text Example
White with #EC90E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC90E3; }
p { color: rgb(236,144,227); }
H1.HeaderClassName
{
color: #EC90E3;
}
.AnyTagClassName
{
color: #EC90E3;
}
</style>
background-color css
<style>
a { background-color: #EC90E3; }
a { background-color: rgb(236,144,227); }
div.DivClassName
{
background-color: #EC90E3;
}
.BgClassName
{
background-color: #EC90E3;
}
</style>
border-color css
<style>
span { border-color: #EC90E3; }
span { border-color: rgb(236,144,227); }
td.TdClassName
{
border-color: #EC90E3;
}
.TagClassName
{
border-color: #EC90E3;
}
</style>