Shades of Plum #ECABEE
Tints of Plum #ECABEE
RGB
CMYK
RGB Variations
Color information
#ECABEE (or 0xECABEE) is known color: Plum. HEX triplet: EC, AB and EE. RGB value is (236,171,238). Sum of RGB (Red+Green+Blue) = 236+171+238=645 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.59% from 645); Green value is 171 (67.19% from 255 or 26.51% from 645); Blue value is 238 (93.36% from 255 or 36.90% from 645); Max value from RGB is 238 - color contains mainly: blue. Hex color #ECABEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECABEE is #135411. Grayscale: #C5C5C5. Windows color (decimal): -1266706 or 15641580. OLE color: 15641580.
HSL color Cylindrical-coordinate representation of color #ECABEE: hue angle of 298.21º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ECABEE is Cyan = 0.01, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 171 | 238 | - |
| CMYK | 0.01 | 0.28 | 0 | 0.07 |
| HSL | 298.21º | 0.66% | 0.8% | - |
| HSV(B) | 298.21º | 0.28% | 0.93% | - |
| XYZ | 64.59 | 53.13 | 87.74 | - |
| YUV | 198.07 | 150.53 | 155.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 171 | 238 | 0.01 | 0.28 | 0 | 0.07 | 298.21 | 0.66 | 0.8 |
| Hex | EC | AB | EE | 1 | 1C | 0 | 7 | 12A | 42 | 50 |
| Octal | 354 | 253 | 356 | 1 | 34 | 0 | 7 | 452 | 102 | 120 |
| Binary | 11101100 | 10101011 | 11101110 | 1 | 11100 | 0 | 111 | 100101010 | 1000010 | 1010000 |
Color Harmonies of #ECABEE
Complementary color
Monochromatic Colors of #ECABEE
Black with #ECABEE
Text Example
Text Example
White with #ECABEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECABEE; }
p { color: rgb(236,171,238); }
H1.HeaderClassName
{
color: #ECABEE;
}
.AnyTagClassName
{
color: #ECABEE;
}
</style>
background-color css
<style>
a { background-color: #ECABEE; }
a { background-color: rgb(236,171,238); }
div.DivClassName
{
background-color: #ECABEE;
}
.BgClassName
{
background-color: #ECABEE;
}
</style>
border-color css
<style>
span { border-color: #ECABEE; }
span { border-color: rgb(236,171,238); }
td.TdClassName
{
border-color: #ECABEE;
}
.TagClassName
{
border-color: #ECABEE;
}
</style>