Shades of Violet #EC83F8
Tints of Violet #EC83F8
RGB
CMYK
RGB Variations
Color information
#EC83F8 (or 0xEC83F8) is known color: Violet. HEX triplet: EC, 83 and F8. RGB value is (236,131,248). Sum of RGB (Red+Green+Blue) = 236+131+248=615 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.37% from 615); Green value is 131 (51.56% from 255 or 21.30% from 615); Blue value is 248 (97.27% from 255 or 40.33% from 615); Max value from RGB is 248 - color contains mainly: blue. Hex color #EC83F8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC83F8 is #137C07. Grayscale: #AFAFAF. Windows color (decimal): -1276936 or 16286700. OLE color: 16286700.
HSL color Cylindrical-coordinate representation of color #EC83F8: hue angle of 293.85º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EC83F8 is Cyan = 0.05, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 236 | 131 | 248 | - |
| CMYK | 0.05 | 0.47 | 0 | 0.03 |
| HSL | 293.85º | 0.89% | 0.74% | - |
| HSV(B) | 293.85º | 0.47% | 0.97% | - |
| XYZ | 59.65 | 40.84 | 93.55 | - |
| YUV | 175.73 | 168.79 | 170.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 131 | 248 | 0.05 | 0.47 | 0 | 0.03 | 293.85 | 0.89 | 0.74 |
| Hex | EC | 83 | F8 | 5 | 2F | 0 | 3 | 126 | 59 | 4A |
| Octal | 354 | 203 | 370 | 5 | 57 | 0 | 3 | 446 | 131 | 112 |
| Binary | 11101100 | 10000011 | 11111000 | 101 | 101111 | 0 | 11 | 100100110 | 1011001 | 1001010 |
Color Harmonies of #EC83F8
Complementary color
Monochromatic Colors of #EC83F8
Black with #EC83F8
Text Example
Text Example
White with #EC83F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC83F8; }
p { color: rgb(236,131,248); }
H1.HeaderClassName
{
color: #EC83F8;
}
.AnyTagClassName
{
color: #EC83F8;
}
</style>
background-color css
<style>
a { background-color: #EC83F8; }
a { background-color: rgb(236,131,248); }
div.DivClassName
{
background-color: #EC83F8;
}
.BgClassName
{
background-color: #EC83F8;
}
</style>
border-color css
<style>
span { border-color: #EC83F8; }
span { border-color: rgb(236,131,248); }
td.TdClassName
{
border-color: #EC83F8;
}
.TagClassName
{
border-color: #EC83F8;
}
</style>