Shades of Violet #EC83E2
Tints of Violet #EC83E2
RGB
CMYK
RGB Variations
Color information
#EC83E2 (or 0xEC83E2) is known color: Violet. HEX triplet: EC, 83 and E2. RGB value is (236,131,226). Sum of RGB (Red+Green+Blue) = 236+131+226=593 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.80% from 593); Green value is 131 (51.56% from 255 or 22.09% from 593); Blue value is 226 (88.67% from 255 or 38.11% from 593); Max value from RGB is 236 - color contains mainly: red. Hex color #EC83E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC83E2 is #137C1D. Grayscale: #ACACAC. Windows color (decimal): -1276958 or 14844908. OLE color: 14844908.
HSL color Cylindrical-coordinate representation of color #EC83E2: hue angle of 305.71º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EC83E2 is Cyan = 0, Magento = 0.44, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 131 | 226 | - |
CMYK | 0 | 0.44 | 0.04 | 0.07 |
HSL | 305.71º | 0.73% | 0.72% | - |
HSV(B) | 305.71º | 0.44% | 0.93% | - |
XYZ | 56.44 | 39.56 | 76.61 | - |
YUV | 173.23 | 157.79 | 172.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 131 | 226 | 0 | 0.44 | 0.04 | 0.07 | 305.71 | 0.73 | 0.72 |
Hex | EC | 83 | E2 | 0 | 2C | 4 | 7 | 132 | 49 | 48 |
Octal | 354 | 203 | 342 | 0 | 54 | 4 | 7 | 462 | 111 | 110 |
Binary | 11101100 | 10000011 | 11100010 | 0 | 101100 | 100 | 111 | 100110010 | 1001001 | 1001000 |
Color Harmonies of #EC83E2
Complementary color
Monochromatic Colors of #EC83E2
Black with #EC83E2
Text Example
Text Example
White with #EC83E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC83E2; }
p { color: rgb(236,131,226); }
H1.HeaderClassName
{
color: #EC83E2;
}
.AnyTagClassName
{
color: #EC83E2;
}
</style>
background-color css
<style>
a { background-color: #EC83E2; }
a { background-color: rgb(236,131,226); }
div.DivClassName
{
background-color: #EC83E2;
}
.BgClassName
{
background-color: #EC83E2;
}
</style>
border-color css
<style>
span { border-color: #EC83E2; }
span { border-color: rgb(236,131,226); }
td.TdClassName
{
border-color: #EC83E2;
}
.TagClassName
{
border-color: #EC83E2;
}
</style>