Shades of Violet #EC8CEE
Tints of Violet #EC8CEE
RGB
CMYK
RGB Variations
Color information
#EC8CEE (or 0xEC8CEE) is known color: Violet. HEX triplet: EC, 8C and EE. RGB value is (236,140,238). Sum of RGB (Red+Green+Blue) = 236+140+238=614 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.44% from 614); Green value is 140 (55.08% from 255 or 22.80% from 614); Blue value is 238 (93.36% from 255 or 38.76% from 614); Max value from RGB is 238 - color contains mainly: blue. Hex color #EC8CEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC8CEE is #137311. Grayscale: #B3B3B3. Windows color (decimal): -1274642 or 15633644. OLE color: 15633644.
HSL color Cylindrical-coordinate representation of color #EC8CEE: hue angle of 298.78º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EC8CEE is Cyan = 0.01, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 140 | 238 | - |
| CMYK | 0.01 | 0.41 | 0 | 0.07 |
| HSL | 298.78º | 0.74% | 0.74% | - |
| HSV(B) | 298.78º | 0.41% | 0.93% | - |
| XYZ | 59.4 | 42.76 | 86.01 | - |
| YUV | 179.88 | 160.8 | 168.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 140 | 238 | 0.01 | 0.41 | 0 | 0.07 | 298.78 | 0.74 | 0.74 |
| Hex | EC | 8C | EE | 1 | 29 | 0 | 7 | 12B | 4A | 4A |
| Octal | 354 | 214 | 356 | 1 | 51 | 0 | 7 | 453 | 112 | 112 |
| Binary | 11101100 | 10001100 | 11101110 | 1 | 101001 | 0 | 111 | 100101011 | 1001010 | 1001010 |
Color Harmonies of #EC8CEE
Complementary color
Monochromatic Colors of #EC8CEE
Black with #EC8CEE
Text Example
Text Example
White with #EC8CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8CEE; }
p { color: rgb(236,140,238); }
H1.HeaderClassName
{
color: #EC8CEE;
}
.AnyTagClassName
{
color: #EC8CEE;
}
</style>
background-color css
<style>
a { background-color: #EC8CEE; }
a { background-color: rgb(236,140,238); }
div.DivClassName
{
background-color: #EC8CEE;
}
.BgClassName
{
background-color: #EC8CEE;
}
</style>
border-color css
<style>
span { border-color: #EC8CEE; }
span { border-color: rgb(236,140,238); }
td.TdClassName
{
border-color: #EC8CEE;
}
.TagClassName
{
border-color: #EC8CEE;
}
</style>