Shades of Violet #EC8AF1
Tints of Violet #EC8AF1
RGB
CMYK
RGB Variations
Color information
#EC8AF1 (or 0xEC8AF1) is known color: Violet. HEX triplet: EC, 8A and F1. RGB value is (236,138,241). Sum of RGB (Red+Green+Blue) = 236+138+241=615 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.37% from 615); Green value is 138 (54.30% from 255 or 22.44% from 615); Blue value is 241 (94.53% from 255 or 39.19% from 615); Max value from RGB is 241 - color contains mainly: blue. Hex color #EC8AF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC8AF1 is #13750E. Grayscale: #B2B2B2. Windows color (decimal): -1275151 or 15829740. OLE color: 15829740.
HSL color Cylindrical-coordinate representation of color #EC8AF1: hue angle of 297.09º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EC8AF1 is Cyan = 0.02, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 138 | 241 | - |
| CMYK | 0.02 | 0.43 | 0 | 0.05 |
| HSL | 297.09º | 0.79% | 0.74% | - |
| HSV(B) | 297.09º | 0.43% | 0.95% | - |
| XYZ | 59.56 | 42.36 | 88.26 | - |
| YUV | 179.04 | 162.97 | 168.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 138 | 241 | 0.02 | 0.43 | 0 | 0.05 | 297.09 | 0.79 | 0.74 |
| Hex | EC | 8A | F1 | 2 | 2B | 0 | 5 | 129 | 4F | 4A |
| Octal | 354 | 212 | 361 | 2 | 53 | 0 | 5 | 451 | 117 | 112 |
| Binary | 11101100 | 10001010 | 11110001 | 10 | 101011 | 0 | 101 | 100101001 | 1001111 | 1001010 |
Color Harmonies of #EC8AF1
Complementary color
Monochromatic Colors of #EC8AF1
Black with #EC8AF1
Text Example
Text Example
White with #EC8AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8AF1; }
p { color: rgb(236,138,241); }
H1.HeaderClassName
{
color: #EC8AF1;
}
.AnyTagClassName
{
color: #EC8AF1;
}
</style>
background-color css
<style>
a { background-color: #EC8AF1; }
a { background-color: rgb(236,138,241); }
div.DivClassName
{
background-color: #EC8AF1;
}
.BgClassName
{
background-color: #EC8AF1;
}
</style>
border-color css
<style>
span { border-color: #EC8AF1; }
span { border-color: rgb(236,138,241); }
td.TdClassName
{
border-color: #EC8AF1;
}
.TagClassName
{
border-color: #EC8AF1;
}
</style>