Shades of Violet #EC98EF
Tints of Violet #EC98EF
RGB
CMYK
RGB Variations
Color information
#EC98EF (or 0xEC98EF) is known color: Violet. HEX triplet: EC, 98 and EF. RGB value is (236,152,239). Sum of RGB (Red+Green+Blue) = 236+152+239=627 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.64% from 627); Green value is 152 (59.77% from 255 or 24.24% from 627); Blue value is 239 (93.75% from 255 or 38.12% from 627); Max value from RGB is 239 - color contains mainly: blue. Hex color #EC98EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC98EF is #136710. Grayscale: #BABABA. Windows color (decimal): -1271569 or 15702252. OLE color: 15702252.
HSL color Cylindrical-coordinate representation of color #EC98EF: hue angle of 297.93º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EC98EF is Cyan = 0.01, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 152 | 239 | - |
| CMYK | 0.01 | 0.36 | 0 | 0.06 |
| HSL | 297.93º | 0.73% | 0.77% | - |
| HSV(B) | 297.93º | 0.36% | 0.94% | - |
| XYZ | 61.4 | 46.52 | 87.4 | - |
| YUV | 187.03 | 157.33 | 162.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 152 | 239 | 0.01 | 0.36 | 0 | 0.06 | 297.93 | 0.73 | 0.77 |
| Hex | EC | 98 | EF | 1 | 24 | 0 | 6 | 12A | 49 | 4D |
| Octal | 354 | 230 | 357 | 1 | 44 | 0 | 6 | 452 | 111 | 115 |
| Binary | 11101100 | 10011000 | 11101111 | 1 | 100100 | 0 | 110 | 100101010 | 1001001 | 1001101 |
Color Harmonies of #EC98EF
Complementary color
Monochromatic Colors of #EC98EF
Black with #EC98EF
Text Example
Text Example
White with #EC98EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC98EF; }
p { color: rgb(236,152,239); }
H1.HeaderClassName
{
color: #EC98EF;
}
.AnyTagClassName
{
color: #EC98EF;
}
</style>
background-color css
<style>
a { background-color: #EC98EF; }
a { background-color: rgb(236,152,239); }
div.DivClassName
{
background-color: #EC98EF;
}
.BgClassName
{
background-color: #EC98EF;
}
</style>
border-color css
<style>
span { border-color: #EC98EF; }
span { border-color: rgb(236,152,239); }
td.TdClassName
{
border-color: #EC98EF;
}
.TagClassName
{
border-color: #EC98EF;
}
</style>