Shades of Pale Magenta #EC92DB
Tints of Pale Magenta #EC92DB
RGB
CMYK
RGB Variations
Color information
#EC92DB (or 0xEC92DB) is known color: Pale Magenta. HEX triplet: EC, 92 and DB. RGB value is (236,146,219). Sum of RGB (Red+Green+Blue) = 236+146+219=601 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.27% from 601); Green value is 146 (57.42% from 255 or 24.29% from 601); Blue value is 219 (85.94% from 255 or 36.44% from 601); Max value from RGB is 236 - color contains mainly: red. Hex color #EC92DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC92DB is #136D24. Grayscale: #B5B5B5. Windows color (decimal): -1273125 or 14389996. OLE color: 14389996.
HSL color Cylindrical-coordinate representation of color #EC92DB: hue angle of 311.33º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EC92DB is Cyan = 0, Magento = 0.38, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 146 | 219 | - |
| CMYK | 0 | 0.38 | 0.07 | 0.07 |
| HSL | 311.33º | 0.7% | 0.75% | - |
| HSV(B) | 311.33º | 0.38% | 0.93% | - |
| XYZ | 57.66 | 43.51 | 72.38 | - |
| YUV | 181.23 | 149.32 | 167.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 146 | 219 | 0 | 0.38 | 0.07 | 0.07 | 311.33 | 0.7 | 0.75 |
| Hex | EC | 92 | DB | 0 | 26 | 7 | 7 | 137 | 46 | 4B |
| Octal | 354 | 222 | 333 | 0 | 46 | 7 | 7 | 467 | 106 | 113 |
| Binary | 11101100 | 10010010 | 11011011 | 0 | 100110 | 111 | 111 | 100110111 | 1000110 | 1001011 |
Color Harmonies of #EC92DB
Complementary color
Monochromatic Colors of #EC92DB
Black with #EC92DB
Text Example
Text Example
White with #EC92DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC92DB; }
p { color: rgb(236,146,219); }
H1.HeaderClassName
{
color: #EC92DB;
}
.AnyTagClassName
{
color: #EC92DB;
}
</style>
background-color css
<style>
a { background-color: #EC92DB; }
a { background-color: rgb(236,146,219); }
div.DivClassName
{
background-color: #EC92DB;
}
.BgClassName
{
background-color: #EC92DB;
}
</style>
border-color css
<style>
span { border-color: #EC92DB; }
span { border-color: rgb(236,146,219); }
td.TdClassName
{
border-color: #EC92DB;
}
.TagClassName
{
border-color: #EC92DB;
}
</style>