Shades of Violet #EC83FD
Tints of Violet #EC83FD
RGB
CMYK
RGB Variations
Color information
#EC83FD (or 0xEC83FD) is known color: Violet. HEX triplet: EC, 83 and FD. RGB value is (236,131,253). Sum of RGB (Red+Green+Blue) = 236+131+253=620 (82% of max value = 765). Red value is 236 (92.58% from 255 or 38.06% from 620); Green value is 131 (51.56% from 255 or 21.13% from 620); Blue value is 253 (99.22% from 255 or 40.81% from 620); Max value from RGB is 253 - color contains mainly: blue. Hex color #EC83FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC83FD is #137C02. Grayscale: #AFAFAF. Windows color (decimal): -1276931 or 16614380. OLE color: 16614380.
HSL color Cylindrical-coordinate representation of color #EC83FD: hue angle of 291.64º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EC83FD is Cyan = 0.07, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 131 | 253 | - |
| CMYK | 0.07 | 0.48 | 0 | 0.01 |
| HSL | 291.64º | 0.97% | 0.75% | - |
| HSV(B) | 291.64º | 0.48% | 0.99% | - |
| XYZ | 60.44 | 41.16 | 97.69 | - |
| YUV | 176.3 | 171.29 | 170.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 131 | 253 | 0.07 | 0.48 | 0 | 0.01 | 291.64 | 0.97 | 0.75 |
| Hex | EC | 83 | FD | 7 | 30 | 0 | 1 | 124 | 61 | 4B |
| Octal | 354 | 203 | 375 | 7 | 60 | 0 | 1 | 444 | 141 | 113 |
| Binary | 11101100 | 10000011 | 11111101 | 111 | 110000 | 0 | 1 | 100100100 | 1100001 | 1001011 |
Color Harmonies of #EC83FD
Complementary color
Monochromatic Colors of #EC83FD
Black with #EC83FD
Text Example
Text Example
White with #EC83FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC83FD; }
p { color: rgb(236,131,253); }
H1.HeaderClassName
{
color: #EC83FD;
}
.AnyTagClassName
{
color: #EC83FD;
}
</style>
background-color css
<style>
a { background-color: #EC83FD; }
a { background-color: rgb(236,131,253); }
div.DivClassName
{
background-color: #EC83FD;
}
.BgClassName
{
background-color: #EC83FD;
}
</style>
border-color css
<style>
span { border-color: #EC83FD; }
span { border-color: rgb(236,131,253); }
td.TdClassName
{
border-color: #EC83FD;
}
.TagClassName
{
border-color: #EC83FD;
}
</style>