Shades of Violet #EC8FEA
Tints of Violet #EC8FEA
RGB
CMYK
RGB Variations
Color information
#EC8FEA (or 0xEC8FEA) is known color: Violet. HEX triplet: EC, 8F and EA. RGB value is (236,143,234). Sum of RGB (Red+Green+Blue) = 236+143+234=613 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.50% from 613); Green value is 143 (56.25% from 255 or 23.33% from 613); Blue value is 234 (91.80% from 255 or 38.17% from 613); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8FEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC8FEA is #137015. Grayscale: #B4B4B4. Windows color (decimal): -1273878 or 15372268. OLE color: 15372268.
HSL color Cylindrical-coordinate representation of color #EC8FEA: hue angle of 301.29º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EC8FEA is Cyan = 0, Magento = 0.39, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 143 | 234 | - |
| CMYK | 0 | 0.39 | 0.01 | 0.07 |
| HSL | 301.29º | 0.71% | 0.74% | - |
| HSV(B) | 301.29º | 0.39% | 0.93% | - |
| XYZ | 59.27 | 43.42 | 83.1 | - |
| YUV | 181.18 | 157.81 | 167.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 143 | 234 | 0 | 0.39 | 0.01 | 0.07 | 301.29 | 0.71 | 0.74 |
| Hex | EC | 8F | EA | 0 | 27 | 1 | 7 | 12D | 47 | 4A |
| Octal | 354 | 217 | 352 | 0 | 47 | 1 | 7 | 455 | 107 | 112 |
| Binary | 11101100 | 10001111 | 11101010 | 0 | 100111 | 1 | 111 | 100101101 | 1000111 | 1001010 |
Color Harmonies of #EC8FEA
Complementary color
Monochromatic Colors of #EC8FEA
Black with #EC8FEA
Text Example
Text Example
White with #EC8FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8FEA; }
p { color: rgb(236,143,234); }
H1.HeaderClassName
{
color: #EC8FEA;
}
.AnyTagClassName
{
color: #EC8FEA;
}
</style>
background-color css
<style>
a { background-color: #EC8FEA; }
a { background-color: rgb(236,143,234); }
div.DivClassName
{
background-color: #EC8FEA;
}
.BgClassName
{
background-color: #EC8FEA;
}
</style>
border-color css
<style>
span { border-color: #EC8FEA; }
span { border-color: rgb(236,143,234); }
td.TdClassName
{
border-color: #EC8FEA;
}
.TagClassName
{
border-color: #EC8FEA;
}
</style>