Shades of Violet #EC75E5
Tints of Violet #EC75E5
RGB
CMYK
RGB Variations
Color information
#EC75E5 (or 0xEC75E5) is known color: Violet. HEX triplet: EC, 75 and E5. RGB value is (236,117,229). Sum of RGB (Red+Green+Blue) = 236+117+229=582 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.55% from 582); Green value is 117 (46.09% from 255 or 20.10% from 582); Blue value is 229 (89.84% from 255 or 39.35% from 582); Max value from RGB is 236 - color contains mainly: red. Hex color #EC75E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC75E5 is #138A1A. Grayscale: #A5A5A5. Windows color (decimal): -1280539 or 15037932. OLE color: 15037932.
HSL color Cylindrical-coordinate representation of color #EC75E5: hue angle of 303.53º 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 #EC75E5 is Cyan = 0, Magento = 0.50, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 117 | 229 | - |
| CMYK | 0 | 0.50 | 0.03 | 0.07 |
| HSL | 303.53º | 0.76% | 0.69% | - |
| HSV(B) | 303.53º | 0.5% | 0.93% | - |
| XYZ | 55.1 | 36.21 | 78.21 | - |
| YUV | 165.35 | 163.92 | 178.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 117 | 229 | 0 | 0.50 | 0.03 | 0.07 | 303.53 | 0.76 | 0.69 |
| Hex | EC | 75 | E5 | 0 | 32 | 3 | 7 | 130 | 4C | 45 |
| Octal | 354 | 165 | 345 | 0 | 62 | 3 | 7 | 460 | 114 | 105 |
| Binary | 11101100 | 1110101 | 11100101 | 0 | 110010 | 11 | 111 | 100110000 | 1001100 | 1000101 |
Color Harmonies of #EC75E5
Complementary color
Monochromatic Colors of #EC75E5
Black with #EC75E5
Text Example
Text Example
White with #EC75E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC75E5; }
p { color: rgb(236,117,229); }
H1.HeaderClassName
{
color: #EC75E5;
}
.AnyTagClassName
{
color: #EC75E5;
}
</style>
background-color css
<style>
a { background-color: #EC75E5; }
a { background-color: rgb(236,117,229); }
div.DivClassName
{
background-color: #EC75E5;
}
.BgClassName
{
background-color: #EC75E5;
}
</style>
border-color css
<style>
span { border-color: #EC75E5; }
span { border-color: rgb(236,117,229); }
td.TdClassName
{
border-color: #EC75E5;
}
.TagClassName
{
border-color: #EC75E5;
}
</style>