Shades of Violet #EC8EEE
Tints of Violet #EC8EEE
RGB
CMYK
RGB Variations
Color information
#EC8EEE (or 0xEC8EEE) is known color: Violet. HEX triplet: EC, 8E and EE. RGB value is (236,142,238). Sum of RGB (Red+Green+Blue) = 236+142+238=616 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.31% from 616); Green value is 142 (55.86% from 255 or 23.05% from 616); Blue value is 238 (93.36% from 255 or 38.64% from 616); Max value from RGB is 238 - color contains mainly: blue. Hex color #EC8EEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC8EEE is #137111. Grayscale: #B4B4B4. Windows color (decimal): -1274130 or 15634156. OLE color: 15634156.
HSL color Cylindrical-coordinate representation of color #EC8EEE: hue angle of 298.75º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EC8EEE is Cyan = 0.01, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 142 | 238 | - |
| CMYK | 0.01 | 0.40 | 0 | 0.07 |
| HSL | 298.75º | 0.74% | 0.75% | - |
| HSV(B) | 298.75º | 0.4% | 0.93% | - |
| XYZ | 59.7 | 43.35 | 86.11 | - |
| YUV | 181.05 | 160.14 | 167.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 142 | 238 | 0.01 | 0.40 | 0 | 0.07 | 298.75 | 0.74 | 0.75 |
| Hex | EC | 8E | EE | 1 | 28 | 0 | 7 | 12B | 4A | 4B |
| Octal | 354 | 216 | 356 | 1 | 50 | 0 | 7 | 453 | 112 | 113 |
| Binary | 11101100 | 10001110 | 11101110 | 1 | 101000 | 0 | 111 | 100101011 | 1001010 | 1001011 |
Color Harmonies of #EC8EEE
Complementary color
Monochromatic Colors of #EC8EEE
Black with #EC8EEE
Text Example
Text Example
White with #EC8EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8EEE; }
p { color: rgb(236,142,238); }
H1.HeaderClassName
{
color: #EC8EEE;
}
.AnyTagClassName
{
color: #EC8EEE;
}
</style>
background-color css
<style>
a { background-color: #EC8EEE; }
a { background-color: rgb(236,142,238); }
div.DivClassName
{
background-color: #EC8EEE;
}
.BgClassName
{
background-color: #EC8EEE;
}
</style>
border-color css
<style>
span { border-color: #EC8EEE; }
span { border-color: rgb(236,142,238); }
td.TdClassName
{
border-color: #EC8EEE;
}
.TagClassName
{
border-color: #EC8EEE;
}
</style>