Shades of Pale Magenta #EC90DA
Tints of Pale Magenta #EC90DA
RGB
CMYK
RGB Variations
Color information
#EC90DA (or 0xEC90DA) is known color: Pale Magenta. HEX triplet: EC, 90 and DA. RGB value is (236,144,218). Sum of RGB (Red+Green+Blue) = 236+144+218=598 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.46% from 598); Green value is 144 (56.64% from 255 or 24.08% from 598); Blue value is 218 (85.55% from 255 or 36.45% from 598); Max value from RGB is 236 - color contains mainly: red. Hex color #EC90DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC90DA is #136F25. Grayscale: #B3B3B3. Windows color (decimal): -1273638 or 14323948. OLE color: 14323948.
HSL color Cylindrical-coordinate representation of color #EC90DA: hue angle of 311.74º 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 #EC90DA is Cyan = 0, Magento = 0.39, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 144 | 218 | - |
CMYK | 0 | 0.39 | 0.08 | 0.07 |
HSL | 311.74º | 0.71% | 0.75% | - |
HSV(B) | 311.74º | 0.39% | 0.93% | - |
XYZ | 57.22 | 42.84 | 71.58 | - |
YUV | 179.94 | 149.48 | 167.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 144 | 218 | 0 | 0.39 | 0.08 | 0.07 | 311.74 | 0.71 | 0.75 |
Hex | EC | 90 | DA | 0 | 27 | 8 | 7 | 138 | 47 | 4B |
Octal | 354 | 220 | 332 | 0 | 47 | 10 | 7 | 470 | 107 | 113 |
Binary | 11101100 | 10010000 | 11011010 | 0 | 100111 | 1000 | 111 | 100111000 | 1000111 | 1001011 |
Color Harmonies of #EC90DA
Complementary color
Monochromatic Colors of #EC90DA
Black with #EC90DA
Text Example
Text Example
White with #EC90DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC90DA; }
p { color: rgb(236,144,218); }
H1.HeaderClassName
{
color: #EC90DA;
}
.AnyTagClassName
{
color: #EC90DA;
}
</style>
background-color css
<style>
a { background-color: #EC90DA; }
a { background-color: rgb(236,144,218); }
div.DivClassName
{
background-color: #EC90DA;
}
.BgClassName
{
background-color: #EC90DA;
}
</style>
border-color css
<style>
span { border-color: #EC90DA; }
span { border-color: rgb(236,144,218); }
td.TdClassName
{
border-color: #EC90DA;
}
.TagClassName
{
border-color: #EC90DA;
}
</style>