Shades of Plum #EC9BE4
Tints of Plum #EC9BE4
RGB
CMYK
RGB Variations
Color information
#EC9BE4 (or 0xEC9BE4) is known color: Plum. HEX triplet: EC, 9B and E4. RGB value is (236,155,228). Sum of RGB (Red+Green+Blue) = 236+155+228=619 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.13% from 619); Green value is 155 (60.94% from 255 or 25.04% from 619); Blue value is 228 (89.45% from 255 or 36.83% from 619); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9BE4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC9BE4 is #13641B. Grayscale: #BBBBBB. Windows color (decimal): -1270812 or 14982124. OLE color: 14982124.
HSL color Cylindrical-coordinate representation of color #EC9BE4: hue angle of 305.93º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EC9BE4 is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 155 | 228 | - |
CMYK | 0 | 0.34 | 0.03 | 0.07 |
HSL | 305.93º | 0.68% | 0.77% | - |
HSV(B) | 305.93º | 0.34% | 0.93% | - |
XYZ | 60.32 | 46.88 | 79.27 | - |
YUV | 187.54 | 150.84 | 162.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 155 | 228 | 0 | 0.34 | 0.03 | 0.07 | 305.93 | 0.68 | 0.77 |
Hex | EC | 9B | E4 | 0 | 22 | 3 | 7 | 132 | 44 | 4D |
Octal | 354 | 233 | 344 | 0 | 42 | 3 | 7 | 462 | 104 | 115 |
Binary | 11101100 | 10011011 | 11100100 | 0 | 100010 | 11 | 111 | 100110010 | 1000100 | 1001101 |
Color Harmonies of #EC9BE4
Complementary color
Monochromatic Colors of #EC9BE4
Black with #EC9BE4
Text Example
Text Example
White with #EC9BE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9BE4; }
p { color: rgb(236,155,228); }
H1.HeaderClassName
{
color: #EC9BE4;
}
.AnyTagClassName
{
color: #EC9BE4;
}
</style>
background-color css
<style>
a { background-color: #EC9BE4; }
a { background-color: rgb(236,155,228); }
div.DivClassName
{
background-color: #EC9BE4;
}
.BgClassName
{
background-color: #EC9BE4;
}
</style>
border-color css
<style>
span { border-color: #EC9BE4; }
span { border-color: rgb(236,155,228); }
td.TdClassName
{
border-color: #EC9BE4;
}
.TagClassName
{
border-color: #EC9BE4;
}
</style>