Shades of Plum #EC99ED
Tints of Plum #EC99ED
RGB
CMYK
RGB Variations
Color information
#EC99ED (or 0xEC99ED) is known color: Plum. HEX triplet: EC, 99 and ED. RGB value is (236,153,237). Sum of RGB (Red+Green+Blue) = 236+153+237=626 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.70% from 626); Green value is 153 (60.16% from 255 or 24.44% from 626); Blue value is 237 (92.97% from 255 or 37.86% from 626); Max value from RGB is 237 - color contains mainly: blue. Hex color #EC99ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC99ED is #136612. Grayscale: #BBBBBB. Windows color (decimal): -1271315 or 15571436. OLE color: 15571436.
HSL color Cylindrical-coordinate representation of color #EC99ED: hue angle of 299.29º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EC99ED is Cyan = 0.00, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 153 | 237 | - |
CMYK | 0.00 | 0.35 | 0 | 0.07 |
HSL | 299.29º | 0.7% | 0.76% | - |
HSV(B) | 299.29º | 0.35% | 0.93% | - |
XYZ | 61.27 | 46.73 | 85.91 | - |
YUV | 187.39 | 156 | 162.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 153 | 237 | 0.00 | 0.35 | 0 | 0.07 | 299.29 | 0.7 | 0.76 |
Hex | EC | 99 | ED | 0 | 23 | 0 | 7 | 12B | 46 | 4C |
Octal | 354 | 231 | 355 | 0 | 43 | 0 | 7 | 453 | 106 | 114 |
Binary | 11101100 | 10011001 | 11101101 | 0 | 100011 | 0 | 111 | 100101011 | 1000110 | 1001100 |
Color Harmonies of #EC99ED
Complementary color
Monochromatic Colors of #EC99ED
Black with #EC99ED
Text Example
Text Example
White with #EC99ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC99ED; }
p { color: rgb(236,153,237); }
H1.HeaderClassName
{
color: #EC99ED;
}
.AnyTagClassName
{
color: #EC99ED;
}
</style>
background-color css
<style>
a { background-color: #EC99ED; }
a { background-color: rgb(236,153,237); }
div.DivClassName
{
background-color: #EC99ED;
}
.BgClassName
{
background-color: #EC99ED;
}
</style>
border-color css
<style>
span { border-color: #EC99ED; }
span { border-color: rgb(236,153,237); }
td.TdClassName
{
border-color: #EC99ED;
}
.TagClassName
{
border-color: #EC99ED;
}
</style>