Shades of Violet #ED98EE
Tints of Violet #ED98EE
RGB
CMYK
RGB Variations
Color information
#ED98EE (or 0xED98EE) is known color: Violet. HEX triplet: ED, 98 and EE. RGB value is (237,152,238). Sum of RGB (Red+Green+Blue) = 237+152+238=627 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.80% from 627); Green value is 152 (59.77% from 255 or 24.24% from 627); Blue value is 238 (93.36% from 255 or 37.96% from 627); Max value from RGB is 238 - color contains mainly: blue. Hex color #ED98EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED98EE is #126711. Grayscale: #BABABA. Windows color (decimal): -1206034 or 15636717. OLE color: 15636717.
HSL color Cylindrical-coordinate representation of color #ED98EE: hue angle of 299.3º 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 #ED98EE is Cyan = 0.00, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 152 | 238 | - |
| CMYK | 0.00 | 0.36 | 0 | 0.07 |
| HSL | 299.3º | 0.72% | 0.76% | - |
| HSV(B) | 299.3º | 0.36% | 0.93% | - |
| XYZ | 61.59 | 46.63 | 86.64 | - |
| YUV | 187.22 | 156.66 | 163.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 152 | 238 | 0.00 | 0.36 | 0 | 0.07 | 299.3 | 0.72 | 0.76 |
| Hex | ED | 98 | EE | 0 | 24 | 0 | 7 | 12B | 48 | 4C |
| Octal | 355 | 230 | 356 | 0 | 44 | 0 | 7 | 453 | 110 | 114 |
| Binary | 11101101 | 10011000 | 11101110 | 0 | 100100 | 0 | 111 | 100101011 | 1001000 | 1001100 |
Color Harmonies of #ED98EE
Complementary color
Monochromatic Colors of #ED98EE
Black with #ED98EE
Text Example
Text Example
White with #ED98EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED98EE; }
p { color: rgb(237,152,238); }
H1.HeaderClassName
{
color: #ED98EE;
}
.AnyTagClassName
{
color: #ED98EE;
}
</style>
background-color css
<style>
a { background-color: #ED98EE; }
a { background-color: rgb(237,152,238); }
div.DivClassName
{
background-color: #ED98EE;
}
.BgClassName
{
background-color: #ED98EE;
}
</style>
border-color css
<style>
span { border-color: #ED98EE; }
span { border-color: rgb(237,152,238); }
td.TdClassName
{
border-color: #ED98EE;
}
.TagClassName
{
border-color: #ED98EE;
}
</style>