Shades of Violet #EE73E4
Tints of Violet #EE73E4
RGB
CMYK
RGB Variations
Color information
#EE73E4 (or 0xEE73E4) is known color: Violet. HEX triplet: EE, 73 and E4. RGB value is (238,115,228). Sum of RGB (Red+Green+Blue) = 238+115+228=581 (76% of max value = 765). Red value is 238 (93.36% from 255 or 40.96% from 581); Green value is 115 (45.31% from 255 or 19.79% from 581); Blue value is 228 (89.45% from 255 or 39.24% from 581); Max value from RGB is 238 - color contains mainly: red. Hex color #EE73E4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE73E4 is #118C1B. Grayscale: #A4A4A4. Windows color (decimal): -1149980 or 14971886. OLE color: 14971886.
HSL color Cylindrical-coordinate representation of color #EE73E4: hue angle of 304.88º 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 #EE73E4 is Cyan = 0, Magento = 0.52, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 115 | 228 | - |
| CMYK | 0 | 0.52 | 0.04 | 0.07 |
| HSL | 304.88º | 0.78% | 0.69% | - |
| HSV(B) | 304.88º | 0.52% | 0.93% | - |
| XYZ | 55.39 | 36.04 | 77.44 | - |
| YUV | 164.66 | 163.75 | 180.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 115 | 228 | 0 | 0.52 | 0.04 | 0.07 | 304.88 | 0.78 | 0.69 |
| Hex | EE | 73 | E4 | 0 | 34 | 4 | 7 | 131 | 4E | 45 |
| Octal | 356 | 163 | 344 | 0 | 64 | 4 | 7 | 461 | 116 | 105 |
| Binary | 11101110 | 1110011 | 11100100 | 0 | 110100 | 100 | 111 | 100110001 | 1001110 | 1000101 |
Color Harmonies of #EE73E4
Complementary color
Monochromatic Colors of #EE73E4
Black with #EE73E4
Text Example
Text Example
White with #EE73E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE73E4; }
p { color: rgb(238,115,228); }
H1.HeaderClassName
{
color: #EE73E4;
}
.AnyTagClassName
{
color: #EE73E4;
}
</style>
background-color css
<style>
a { background-color: #EE73E4; }
a { background-color: rgb(238,115,228); }
div.DivClassName
{
background-color: #EE73E4;
}
.BgClassName
{
background-color: #EE73E4;
}
</style>
border-color css
<style>
span { border-color: #EE73E4; }
span { border-color: rgb(238,115,228); }
td.TdClassName
{
border-color: #EE73E4;
}
.TagClassName
{
border-color: #EE73E4;
}
</style>