Shades of Violet #EC75F1
Tints of Violet #EC75F1
RGB
CMYK
RGB Variations
Color information
#EC75F1 (or 0xEC75F1) is known color: Violet. HEX triplet: EC, 75 and F1. RGB value is (236,117,241). Sum of RGB (Red+Green+Blue) = 236+117+241=594 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.73% from 594); Green value is 117 (46.09% from 255 or 19.70% from 594); Blue value is 241 (94.53% from 255 or 40.57% from 594); Max value from RGB is 241 - color contains mainly: blue. Hex color #EC75F1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC75F1 is #138A0E. Grayscale: #A6A6A6. Windows color (decimal): -1280527 or 15824364. OLE color: 15824364.
HSL color Cylindrical-coordinate representation of color #EC75F1: hue angle of 297.58º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EC75F1 is Cyan = 0.02, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 117 | 241 | - |
| CMYK | 0.02 | 0.51 | 0 | 0.05 |
| HSL | 297.58º | 0.82% | 0.7% | - |
| HSV(B) | 297.58º | 0.51% | 0.95% | - |
| XYZ | 56.83 | 36.91 | 87.35 | - |
| YUV | 166.72 | 169.92 | 177.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 117 | 241 | 0.02 | 0.51 | 0 | 0.05 | 297.58 | 0.82 | 0.7 |
| Hex | EC | 75 | F1 | 2 | 33 | 0 | 5 | 12A | 52 | 46 |
| Octal | 354 | 165 | 361 | 2 | 63 | 0 | 5 | 452 | 122 | 106 |
| Binary | 11101100 | 1110101 | 11110001 | 10 | 110011 | 0 | 101 | 100101010 | 1010010 | 1000110 |
Color Harmonies of #EC75F1
Complementary color
Monochromatic Colors of #EC75F1
Black with #EC75F1
Text Example
Text Example
White with #EC75F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC75F1; }
p { color: rgb(236,117,241); }
H1.HeaderClassName
{
color: #EC75F1;
}
.AnyTagClassName
{
color: #EC75F1;
}
</style>
background-color css
<style>
a { background-color: #EC75F1; }
a { background-color: rgb(236,117,241); }
div.DivClassName
{
background-color: #EC75F1;
}
.BgClassName
{
background-color: #EC75F1;
}
</style>
border-color css
<style>
span { border-color: #EC75F1; }
span { border-color: rgb(236,117,241); }
td.TdClassName
{
border-color: #EC75F1;
}
.TagClassName
{
border-color: #EC75F1;
}
</style>