Shades of Violet #EC80E7
Tints of Violet #EC80E7
RGB
CMYK
RGB Variations
Color information
#EC80E7 (or 0xEC80E7) is known color: Violet. HEX triplet: EC, 80 and E7. RGB value is (236,128,231). Sum of RGB (Red+Green+Blue) = 236+128+231=595 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.66% from 595); Green value is 128 (50.39% from 255 or 21.51% from 595); Blue value is 231 (90.62% from 255 or 38.82% from 595); Max value from RGB is 236 - color contains mainly: red. Hex color #EC80E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC80E7 is #137F18. Grayscale: #ABABAB. Windows color (decimal): -1277721 or 15171820. OLE color: 15171820.
HSL color Cylindrical-coordinate representation of color #EC80E7: hue angle of 302.78º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EC80E7 is Cyan = 0, Magento = 0.46, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 128 | 231 | - |
CMYK | 0 | 0.46 | 0.02 | 0.07 |
HSL | 302.78º | 0.74% | 0.71% | - |
HSV(B) | 302.78º | 0.46% | 0.93% | - |
XYZ | 56.74 | 39.04 | 80.15 | - |
YUV | 172.03 | 161.28 | 173.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 128 | 231 | 0 | 0.46 | 0.02 | 0.07 | 302.78 | 0.74 | 0.71 |
Hex | EC | 80 | E7 | 0 | 2E | 2 | 7 | 12F | 4A | 47 |
Octal | 354 | 200 | 347 | 0 | 56 | 2 | 7 | 457 | 112 | 107 |
Binary | 11101100 | 10000000 | 11100111 | 0 | 101110 | 10 | 111 | 100101111 | 1001010 | 1000111 |
Color Harmonies of #EC80E7
Complementary color
Monochromatic Colors of #EC80E7
Black with #EC80E7
Text Example
Text Example
White with #EC80E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC80E7; }
p { color: rgb(236,128,231); }
H1.HeaderClassName
{
color: #EC80E7;
}
.AnyTagClassName
{
color: #EC80E7;
}
</style>
background-color css
<style>
a { background-color: #EC80E7; }
a { background-color: rgb(236,128,231); }
div.DivClassName
{
background-color: #EC80E7;
}
.BgClassName
{
background-color: #EC80E7;
}
</style>
border-color css
<style>
span { border-color: #EC80E7; }
span { border-color: rgb(236,128,231); }
td.TdClassName
{
border-color: #EC80E7;
}
.TagClassName
{
border-color: #EC80E7;
}
</style>