Shades of Violet #EC8CEA
Tints of Violet #EC8CEA
RGB
CMYK
RGB Variations
Color information
#EC8CEA (or 0xEC8CEA) is known color: Violet. HEX triplet: EC, 8C and EA. RGB value is (236,140,234). Sum of RGB (Red+Green+Blue) = 236+140+234=610 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.69% from 610); Green value is 140 (55.08% from 255 or 22.95% from 610); Blue value is 234 (91.80% from 255 or 38.36% from 610); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8CEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC8CEA is #137315. Grayscale: #B3B3B3. Windows color (decimal): -1274646 or 15371500. OLE color: 15371500.
HSL color Cylindrical-coordinate representation of color #EC8CEA: hue angle of 301.25º degrees, saturation: 0.72, 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 #EC8CEA is Cyan = 0, Magento = 0.41, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 140 | 234 | - |
| CMYK | 0 | 0.41 | 0.01 | 0.07 |
| HSL | 301.25º | 0.72% | 0.74% | - |
| HSV(B) | 301.25º | 0.41% | 0.93% | - |
| XYZ | 58.82 | 42.53 | 82.95 | - |
| YUV | 179.42 | 158.8 | 168.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 140 | 234 | 0 | 0.41 | 0.01 | 0.07 | 301.25 | 0.72 | 0.74 |
| Hex | EC | 8C | EA | 0 | 29 | 1 | 7 | 12D | 48 | 4A |
| Octal | 354 | 214 | 352 | 0 | 51 | 1 | 7 | 455 | 110 | 112 |
| Binary | 11101100 | 10001100 | 11101010 | 0 | 101001 | 1 | 111 | 100101101 | 1001000 | 1001010 |
Color Harmonies of #EC8CEA
Complementary color
Monochromatic Colors of #EC8CEA
Black with #EC8CEA
Text Example
Text Example
White with #EC8CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8CEA; }
p { color: rgb(236,140,234); }
H1.HeaderClassName
{
color: #EC8CEA;
}
.AnyTagClassName
{
color: #EC8CEA;
}
</style>
background-color css
<style>
a { background-color: #EC8CEA; }
a { background-color: rgb(236,140,234); }
div.DivClassName
{
background-color: #EC8CEA;
}
.BgClassName
{
background-color: #EC8CEA;
}
</style>
border-color css
<style>
span { border-color: #EC8CEA; }
span { border-color: rgb(236,140,234); }
td.TdClassName
{
border-color: #EC8CEA;
}
.TagClassName
{
border-color: #EC8CEA;
}
</style>