Shades of Violet #EC75E8
Tints of Violet #EC75E8
RGB
CMYK
RGB Variations
Color information
#EC75E8 (or 0xEC75E8) is known color: Violet. HEX triplet: EC, 75 and E8. RGB value is (236,117,232). Sum of RGB (Red+Green+Blue) = 236+117+232=585 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.34% from 585); Green value is 117 (46.09% from 255 or 20% from 585); Blue value is 232 (91.02% from 255 or 39.66% from 585); Max value from RGB is 236 - color contains mainly: red. Hex color #EC75E8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC75E8 is #138A17. Grayscale: #A5A5A5. Windows color (decimal): -1280536 or 15234540. OLE color: 15234540.
HSL color Cylindrical-coordinate representation of color #EC75E8: hue angle of 302.02º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EC75E8 is Cyan = 0, Magento = 0.50, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 117 | 232 | - |
| CMYK | 0 | 0.50 | 0.02 | 0.07 |
| HSL | 302.02º | 0.76% | 0.69% | - |
| HSV(B) | 302.02º | 0.5% | 0.93% | - |
| XYZ | 55.52 | 36.38 | 80.44 | - |
| YUV | 165.69 | 165.42 | 178.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 117 | 232 | 0 | 0.50 | 0.02 | 0.07 | 302.02 | 0.76 | 0.69 |
| Hex | EC | 75 | E8 | 0 | 32 | 2 | 7 | 12E | 4C | 45 |
| Octal | 354 | 165 | 350 | 0 | 62 | 2 | 7 | 456 | 114 | 105 |
| Binary | 11101100 | 1110101 | 11101000 | 0 | 110010 | 10 | 111 | 100101110 | 1001100 | 1000101 |
Color Harmonies of #EC75E8
Complementary color
Monochromatic Colors of #EC75E8
Black with #EC75E8
Text Example
Text Example
White with #EC75E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC75E8; }
p { color: rgb(236,117,232); }
H1.HeaderClassName
{
color: #EC75E8;
}
.AnyTagClassName
{
color: #EC75E8;
}
</style>
background-color css
<style>
a { background-color: #EC75E8; }
a { background-color: rgb(236,117,232); }
div.DivClassName
{
background-color: #EC75E8;
}
.BgClassName
{
background-color: #EC75E8;
}
</style>
border-color css
<style>
span { border-color: #EC75E8; }
span { border-color: rgb(236,117,232); }
td.TdClassName
{
border-color: #EC75E8;
}
.TagClassName
{
border-color: #EC75E8;
}
</style>