Shades of Violet #EC8AFB
Tints of Violet #EC8AFB
RGB
CMYK
RGB Variations
Color information
#EC8AFB (or 0xEC8AFB) is known color: Violet. HEX triplet: EC, 8A and FB. RGB value is (236,138,251). Sum of RGB (Red+Green+Blue) = 236+138+251=625 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.76% from 625); Green value is 138 (54.30% from 255 or 22.08% from 625); Blue value is 251 (98.44% from 255 or 40.16% from 625); Max value from RGB is 251 - color contains mainly: blue. Hex color #EC8AFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC8AFB is #137504. Grayscale: #B3B3B3. Windows color (decimal): -1275141 or 16485100. OLE color: 16485100.
HSL color Cylindrical-coordinate representation of color #EC8AFB: hue angle of 292.04º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EC8AFB is Cyan = 0.06, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 138 | 251 | - |
| CMYK | 0.06 | 0.45 | 0 | 0.02 |
| HSL | 292.04º | 0.93% | 0.76% | - |
| HSV(B) | 292.04º | 0.45% | 0.98% | - |
| XYZ | 61.09 | 42.97 | 96.34 | - |
| YUV | 180.18 | 167.97 | 167.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 138 | 251 | 0.06 | 0.45 | 0 | 0.02 | 292.04 | 0.93 | 0.76 |
| Hex | EC | 8A | FB | 6 | 2D | 0 | 2 | 124 | 5D | 4C |
| Octal | 354 | 212 | 373 | 6 | 55 | 0 | 2 | 444 | 135 | 114 |
| Binary | 11101100 | 10001010 | 11111011 | 110 | 101101 | 0 | 10 | 100100100 | 1011101 | 1001100 |
Color Harmonies of #EC8AFB
Complementary color
Monochromatic Colors of #EC8AFB
Black with #EC8AFB
Text Example
Text Example
White with #EC8AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8AFB; }
p { color: rgb(236,138,251); }
H1.HeaderClassName
{
color: #EC8AFB;
}
.AnyTagClassName
{
color: #EC8AFB;
}
</style>
background-color css
<style>
a { background-color: #EC8AFB; }
a { background-color: rgb(236,138,251); }
div.DivClassName
{
background-color: #EC8AFB;
}
.BgClassName
{
background-color: #EC8AFB;
}
</style>
border-color css
<style>
span { border-color: #EC8AFB; }
span { border-color: rgb(236,138,251); }
td.TdClassName
{
border-color: #EC8AFB;
}
.TagClassName
{
border-color: #EC8AFB;
}
</style>