Shades of Violet #EE72ED
Tints of Violet #EE72ED
RGB
CMYK
RGB Variations
Color information
#EE72ED (or 0xEE72ED) is known color: Violet. HEX triplet: EE, 72 and ED. RGB value is (238,114,237). Sum of RGB (Red+Green+Blue) = 238+114+237=589 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.41% from 589); Green value is 114 (44.92% from 255 or 19.35% from 589); Blue value is 237 (92.97% from 255 or 40.24% from 589); Max value from RGB is 238 - color contains mainly: red. Hex color #EE72ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE72ED is #118D12. Grayscale: #A4A4A4. Windows color (decimal): -1150227 or 15561454. OLE color: 15561454.
HSL color Cylindrical-coordinate representation of color #EE72ED: hue angle of 300.48º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EE72ED is Cyan = 0, Magento = 0.52, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 114 | 237 | - |
| CMYK | 0 | 0.52 | 0.00 | 0.07 |
| HSL | 300.48º | 0.78% | 0.69% | - |
| HSV(B) | 300.48º | 0.52% | 0.93% | - |
| XYZ | 56.56 | 36.33 | 84.15 | - |
| YUV | 165.1 | 168.58 | 180 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 114 | 237 | 0 | 0.52 | 0.00 | 0.07 | 300.48 | 0.78 | 0.69 |
| Hex | EE | 72 | ED | 0 | 34 | 0 | 7 | 12C | 4E | 45 |
| Octal | 356 | 162 | 355 | 0 | 64 | 0 | 7 | 454 | 116 | 105 |
| Binary | 11101110 | 1110010 | 11101101 | 0 | 110100 | 0 | 111 | 100101100 | 1001110 | 1000101 |
Color Harmonies of #EE72ED
Complementary color
Monochromatic Colors of #EE72ED
Black with #EE72ED
Text Example
Text Example
White with #EE72ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE72ED; }
p { color: rgb(238,114,237); }
H1.HeaderClassName
{
color: #EE72ED;
}
.AnyTagClassName
{
color: #EE72ED;
}
</style>
background-color css
<style>
a { background-color: #EE72ED; }
a { background-color: rgb(238,114,237); }
div.DivClassName
{
background-color: #EE72ED;
}
.BgClassName
{
background-color: #EE72ED;
}
</style>
border-color css
<style>
span { border-color: #EE72ED; }
span { border-color: rgb(238,114,237); }
td.TdClassName
{
border-color: #EE72ED;
}
.TagClassName
{
border-color: #EE72ED;
}
</style>