Shades of Violet #EC75E6
Tints of Violet #EC75E6
RGB
CMYK
RGB Variations
Color information
#EC75E6 (or 0xEC75E6) is known color: Violet. HEX triplet: EC, 75 and E6. RGB value is (236,117,230). Sum of RGB (Red+Green+Blue) = 236+117+230=583 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.48% from 583); Green value is 117 (46.09% from 255 or 20.07% from 583); Blue value is 230 (90.23% from 255 or 39.45% from 583); Max value from RGB is 236 - color contains mainly: red. Hex color #EC75E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC75E6 is #138A19. Grayscale: #A5A5A5. Windows color (decimal): -1280538 or 15103468. OLE color: 15103468.
HSL color Cylindrical-coordinate representation of color #EC75E6: hue angle of 303.03º 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 #EC75E6 is Cyan = 0, Magento = 0.50, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 117 | 230 | - |
| CMYK | 0 | 0.50 | 0.03 | 0.07 |
| HSL | 303.03º | 0.76% | 0.69% | - |
| HSV(B) | 303.03º | 0.5% | 0.93% | - |
| XYZ | 55.24 | 36.27 | 78.95 | - |
| YUV | 165.46 | 164.42 | 178.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 117 | 230 | 0 | 0.50 | 0.03 | 0.07 | 303.03 | 0.76 | 0.69 |
| Hex | EC | 75 | E6 | 0 | 32 | 3 | 7 | 12F | 4C | 45 |
| Octal | 354 | 165 | 346 | 0 | 62 | 3 | 7 | 457 | 114 | 105 |
| Binary | 11101100 | 1110101 | 11100110 | 0 | 110010 | 11 | 111 | 100101111 | 1001100 | 1000101 |
Color Harmonies of #EC75E6
Complementary color
Monochromatic Colors of #EC75E6
Black with #EC75E6
Text Example
Text Example
White with #EC75E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC75E6; }
p { color: rgb(236,117,230); }
H1.HeaderClassName
{
color: #EC75E6;
}
.AnyTagClassName
{
color: #EC75E6;
}
</style>
background-color css
<style>
a { background-color: #EC75E6; }
a { background-color: rgb(236,117,230); }
div.DivClassName
{
background-color: #EC75E6;
}
.BgClassName
{
background-color: #EC75E6;
}
</style>
border-color css
<style>
span { border-color: #EC75E6; }
span { border-color: rgb(236,117,230); }
td.TdClassName
{
border-color: #EC75E6;
}
.TagClassName
{
border-color: #EC75E6;
}
</style>