Shades of Plum #ECAFED
Tints of Plum #ECAFED
RGB
CMYK
RGB Variations
Color information
#ECAFED (or 0xECAFED) is known color: Plum. HEX triplet: EC, AF and ED. RGB value is (236,175,237). Sum of RGB (Red+Green+Blue) = 236+175+237=648 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.42% from 648); Green value is 175 (68.75% from 255 or 27.01% from 648); Blue value is 237 (92.97% from 255 or 36.57% from 648); Max value from RGB is 237 - color contains mainly: blue. Hex color #ECAFED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECAFED is #135012. Grayscale: #C8C8C8. Windows color (decimal): -1265683 or 15577068. OLE color: 15577068.
HSL color Cylindrical-coordinate representation of color #ECAFED: hue angle of 299.03º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ECAFED is Cyan = 0.00, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 175 | 237 | - |
CMYK | 0.00 | 0.26 | 0 | 0.07 |
HSL | 299.03º | 0.63% | 0.81% | - |
HSV(B) | 299.03º | 0.26% | 0.93% | - |
XYZ | 65.21 | 54.61 | 87.22 | - |
YUV | 200.31 | 148.71 | 153.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 175 | 237 | 0.00 | 0.26 | 0 | 0.07 | 299.03 | 0.63 | 0.81 |
Hex | EC | AF | ED | 0 | 1A | 0 | 7 | 12B | 3F | 51 |
Octal | 354 | 257 | 355 | 0 | 32 | 0 | 7 | 453 | 77 | 121 |
Binary | 11101100 | 10101111 | 11101101 | 0 | 11010 | 0 | 111 | 100101011 | 111111 | 1010001 |
Color Harmonies of #ECAFED
Complementary color
Monochromatic Colors of #ECAFED
Black with #ECAFED
Text Example
Text Example
White with #ECAFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAFED; }
p { color: rgb(236,175,237); }
H1.HeaderClassName
{
color: #ECAFED;
}
.AnyTagClassName
{
color: #ECAFED;
}
</style>
background-color css
<style>
a { background-color: #ECAFED; }
a { background-color: rgb(236,175,237); }
div.DivClassName
{
background-color: #ECAFED;
}
.BgClassName
{
background-color: #ECAFED;
}
</style>
border-color css
<style>
span { border-color: #ECAFED; }
span { border-color: rgb(236,175,237); }
td.TdClassName
{
border-color: #ECAFED;
}
.TagClassName
{
border-color: #ECAFED;
}
</style>