Shades of Violet #EC8AEE
Tints of Violet #EC8AEE
RGB
CMYK
RGB Variations
Color information
#EC8AEE (or 0xEC8AEE) is known color: Violet. HEX triplet: EC, 8A and EE. RGB value is (236,138,238). Sum of RGB (Red+Green+Blue) = 236+138+238=612 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.56% from 612); Green value is 138 (54.30% from 255 or 22.55% from 612); Blue value is 238 (93.36% from 255 or 38.89% from 612); Max value from RGB is 238 - color contains mainly: blue. Hex color #EC8AEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC8AEE is #137511. Grayscale: #B2B2B2. Windows color (decimal): -1275154 or 15633132. OLE color: 15633132.
HSL color Cylindrical-coordinate representation of color #EC8AEE: hue angle of 298.8º degrees, saturation: 0.75, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EC8AEE is Cyan = 0.01, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 138 | 238 | - |
| CMYK | 0.01 | 0.42 | 0 | 0.07 |
| HSL | 298.8º | 0.75% | 0.74% | - |
| HSV(B) | 298.8º | 0.42% | 0.93% | - |
| XYZ | 59.11 | 42.18 | 85.92 | - |
| YUV | 178.7 | 161.47 | 168.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 138 | 238 | 0.01 | 0.42 | 0 | 0.07 | 298.8 | 0.75 | 0.74 |
| Hex | EC | 8A | EE | 1 | 2A | 0 | 7 | 12B | 4B | 4A |
| Octal | 354 | 212 | 356 | 1 | 52 | 0 | 7 | 453 | 113 | 112 |
| Binary | 11101100 | 10001010 | 11101110 | 1 | 101010 | 0 | 111 | 100101011 | 1001011 | 1001010 |
Color Harmonies of #EC8AEE
Complementary color
Monochromatic Colors of #EC8AEE
Black with #EC8AEE
Text Example
Text Example
White with #EC8AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8AEE; }
p { color: rgb(236,138,238); }
H1.HeaderClassName
{
color: #EC8AEE;
}
.AnyTagClassName
{
color: #EC8AEE;
}
</style>
background-color css
<style>
a { background-color: #EC8AEE; }
a { background-color: rgb(236,138,238); }
div.DivClassName
{
background-color: #EC8AEE;
}
.BgClassName
{
background-color: #EC8AEE;
}
</style>
border-color css
<style>
span { border-color: #EC8AEE; }
span { border-color: rgb(236,138,238); }
td.TdClassName
{
border-color: #EC8AEE;
}
.TagClassName
{
border-color: #EC8AEE;
}
</style>