Shades of Violet #EE72E5
Tints of Violet #EE72E5
RGB
CMYK
RGB Variations
Color information
#EE72E5 (or 0xEE72E5) is known color: Violet. HEX triplet: EE, 72 and E5. RGB value is (238,114,229). Sum of RGB (Red+Green+Blue) = 238+114+229=581 (76% of max value = 765). Red value is 238 (93.36% from 255 or 40.96% from 581); Green value is 114 (44.92% from 255 or 19.62% from 581); Blue value is 229 (89.84% from 255 or 39.41% from 581); Max value from RGB is 238 - color contains mainly: red. Hex color #EE72E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE72E5 is #118D1A. Grayscale: #A3A3A3. Windows color (decimal): -1150235 or 15037166. OLE color: 15037166.
HSL color Cylindrical-coordinate representation of color #EE72E5: hue angle of 304.35º 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 #EE72E5 is Cyan = 0, Magento = 0.52, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 114 | 229 | - |
| CMYK | 0 | 0.52 | 0.04 | 0.07 |
| HSL | 304.35º | 0.78% | 0.69% | - |
| HSV(B) | 304.35º | 0.52% | 0.93% | - |
| XYZ | 55.42 | 35.87 | 78.13 | - |
| YUV | 164.19 | 164.58 | 180.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 114 | 229 | 0 | 0.52 | 0.04 | 0.07 | 304.35 | 0.78 | 0.69 |
| Hex | EE | 72 | E5 | 0 | 34 | 4 | 7 | 130 | 4E | 45 |
| Octal | 356 | 162 | 345 | 0 | 64 | 4 | 7 | 460 | 116 | 105 |
| Binary | 11101110 | 1110010 | 11100101 | 0 | 110100 | 100 | 111 | 100110000 | 1001110 | 1000101 |
Color Harmonies of #EE72E5
Complementary color
Monochromatic Colors of #EE72E5
Black with #EE72E5
Text Example
Text Example
White with #EE72E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE72E5; }
p { color: rgb(238,114,229); }
H1.HeaderClassName
{
color: #EE72E5;
}
.AnyTagClassName
{
color: #EE72E5;
}
</style>
background-color css
<style>
a { background-color: #EE72E5; }
a { background-color: rgb(238,114,229); }
div.DivClassName
{
background-color: #EE72E5;
}
.BgClassName
{
background-color: #EE72E5;
}
</style>
border-color css
<style>
span { border-color: #EE72E5; }
span { border-color: rgb(238,114,229); }
td.TdClassName
{
border-color: #EE72E5;
}
.TagClassName
{
border-color: #EE72E5;
}
</style>