Shades of Violet #ED99EE
Tints of Violet #ED99EE
RGB
CMYK
RGB Variations
Color information
#ED99EE (or 0xED99EE) is known color: Violet. HEX triplet: ED, 99 and EE. RGB value is (237,153,238). Sum of RGB (Red+Green+Blue) = 237+153+238=628 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.74% from 628); Green value is 153 (60.16% from 255 or 24.36% from 628); Blue value is 238 (93.36% from 255 or 37.90% from 628); Max value from RGB is 238 - color contains mainly: blue. Hex color #ED99EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED99EE is #126611. Grayscale: #BBBBBB. Windows color (decimal): -1205778 or 15636973. OLE color: 15636973.
HSL color Cylindrical-coordinate representation of color #ED99EE: hue angle of 299.29º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ED99EE is Cyan = 0.00, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 153 | 238 | - |
| CMYK | 0.00 | 0.36 | 0 | 0.07 |
| HSL | 299.29º | 0.71% | 0.77% | - |
| HSV(B) | 299.29º | 0.36% | 0.93% | - |
| XYZ | 61.75 | 46.96 | 86.7 | - |
| YUV | 187.81 | 156.33 | 163.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 153 | 238 | 0.00 | 0.36 | 0 | 0.07 | 299.29 | 0.71 | 0.77 |
| Hex | ED | 99 | EE | 0 | 24 | 0 | 7 | 12B | 47 | 4D |
| Octal | 355 | 231 | 356 | 0 | 44 | 0 | 7 | 453 | 107 | 115 |
| Binary | 11101101 | 10011001 | 11101110 | 0 | 100100 | 0 | 111 | 100101011 | 1000111 | 1001101 |
Color Harmonies of #ED99EE
Complementary color
Monochromatic Colors of #ED99EE
Black with #ED99EE
Text Example
Text Example
White with #ED99EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED99EE; }
p { color: rgb(237,153,238); }
H1.HeaderClassName
{
color: #ED99EE;
}
.AnyTagClassName
{
color: #ED99EE;
}
</style>
background-color css
<style>
a { background-color: #ED99EE; }
a { background-color: rgb(237,153,238); }
div.DivClassName
{
background-color: #ED99EE;
}
.BgClassName
{
background-color: #ED99EE;
}
</style>
border-color css
<style>
span { border-color: #ED99EE; }
span { border-color: rgb(237,153,238); }
td.TdClassName
{
border-color: #ED99EE;
}
.TagClassName
{
border-color: #ED99EE;
}
</style>