Shades of Violet #EC98EE
Tints of Violet #EC98EE
RGB
CMYK
RGB Variations
Color information
#EC98EE (or 0xEC98EE) is known color: Violet. HEX triplet: EC, 98 and EE. RGB value is (236,152,238). Sum of RGB (Red+Green+Blue) = 236+152+238=626 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.70% from 626); Green value is 152 (59.77% from 255 or 24.28% from 626); Blue value is 238 (93.36% from 255 or 38.02% from 626); Max value from RGB is 238 - color contains mainly: blue. Hex color #EC98EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC98EE is #136711. Grayscale: #BABABA. Windows color (decimal): -1271570 or 15636716. OLE color: 15636716.
HSL color Cylindrical-coordinate representation of color #EC98EE: hue angle of 298.6º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EC98EE is Cyan = 0.01, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 152 | 238 | - |
| CMYK | 0.01 | 0.36 | 0 | 0.07 |
| HSL | 298.6º | 0.72% | 0.76% | - |
| HSV(B) | 298.6º | 0.36% | 0.93% | - |
| XYZ | 61.25 | 46.46 | 86.63 | - |
| YUV | 186.92 | 156.83 | 163.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 152 | 238 | 0.01 | 0.36 | 0 | 0.07 | 298.6 | 0.72 | 0.76 |
| Hex | EC | 98 | EE | 1 | 24 | 0 | 7 | 12B | 48 | 4C |
| Octal | 354 | 230 | 356 | 1 | 44 | 0 | 7 | 453 | 110 | 114 |
| Binary | 11101100 | 10011000 | 11101110 | 1 | 100100 | 0 | 111 | 100101011 | 1001000 | 1001100 |
Color Harmonies of #EC98EE
Complementary color
Monochromatic Colors of #EC98EE
Black with #EC98EE
Text Example
Text Example
White with #EC98EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC98EE; }
p { color: rgb(236,152,238); }
H1.HeaderClassName
{
color: #EC98EE;
}
.AnyTagClassName
{
color: #EC98EE;
}
</style>
background-color css
<style>
a { background-color: #EC98EE; }
a { background-color: rgb(236,152,238); }
div.DivClassName
{
background-color: #EC98EE;
}
.BgClassName
{
background-color: #EC98EE;
}
</style>
border-color css
<style>
span { border-color: #EC98EE; }
span { border-color: rgb(236,152,238); }
td.TdClassName
{
border-color: #EC98EE;
}
.TagClassName
{
border-color: #EC98EE;
}
</style>