Shades of Plum #ECAEEC
Tints of Plum #ECAEEC
RGB
CMYK
RGB Variations
Color information
#ECAEEC (or 0xECAEEC) is known color: Plum. HEX triplet: EC, AE and EC. RGB value is (236,174,236). Sum of RGB (Red+Green+Blue) = 236+174+236=646 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.53% from 646); Green value is 174 (68.36% from 255 or 26.93% from 646); Blue value is 236 (92.58% from 255 or 36.53% from 646); Max value from RGB is 236 - color contains mainly: red, blue. Hex color #ECAEEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECAEEC is #135113. Grayscale: #C7C7C7. Windows color (decimal): -1265940 or 15511276. OLE color: 15511276.
HSL color Cylindrical-coordinate representation of color #ECAEEC: hue angle of 300º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ECAEEC is Cyan = 0, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 174 | 236 | - |
CMYK | 0 | 0.26 | 0 | 0.07 |
HSL | 300º | 0.62% | 0.8% | - |
HSV(B) | 300º | 0.26% | 0.93% | - |
XYZ | 64.87 | 54.16 | 86.39 | - |
YUV | 199.61 | 148.54 | 153.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 174 | 236 | 0 | 0.26 | 0 | 0.07 | 300 | 0.62 | 0.8 |
Hex | EC | AE | EC | 0 | 1A | 0 | 7 | 12C | 3E | 50 |
Octal | 354 | 256 | 354 | 0 | 32 | 0 | 7 | 454 | 76 | 120 |
Binary | 11101100 | 10101110 | 11101100 | 0 | 11010 | 0 | 111 | 100101100 | 111110 | 1010000 |
Color Harmonies of #ECAEEC
Complementary color
Monochromatic Colors of #ECAEEC
Black with #ECAEEC
Text Example
Text Example
White with #ECAEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAEEC; }
p { color: rgb(236,174,236); }
H1.HeaderClassName
{
color: #ECAEEC;
}
.AnyTagClassName
{
color: #ECAEEC;
}
</style>
background-color css
<style>
a { background-color: #ECAEEC; }
a { background-color: rgb(236,174,236); }
div.DivClassName
{
background-color: #ECAEEC;
}
.BgClassName
{
background-color: #ECAEEC;
}
</style>
border-color css
<style>
span { border-color: #ECAEEC; }
span { border-color: rgb(236,174,236); }
td.TdClassName
{
border-color: #ECAEEC;
}
.TagClassName
{
border-color: #ECAEEC;
}
</style>