Shades of Medium Violet Red #E00288
Tints of Medium Violet Red #E00288
RGB
CMYK
RGB Variations
Color information
#E00288 (or 0xE00288) is known color: Medium Violet Red. HEX triplet: E0, 02 and 88. RGB value is (224,2,136). Sum of RGB (Red+Green+Blue) = 224+2+136=362 (47% of max value = 765). Red value is 224 (87.89% from 255 or 61.88% from 362); Green value is 2 (1.17% from 255 or 0.55% from 362); Blue value is 136 (53.52% from 255 or 37.57% from 362); Max value from RGB is 224 - color contains mainly: red. Hex color #E00288 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E00288 is #1FFD77. Grayscale: #535353. Windows color (decimal): -2096504 or 8913632. OLE color: 8913632.
HSL color Cylindrical-coordinate representation of color #E00288: hue angle of 323.78º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E00288 is Cyan = 0, Magento = 0.99, Yellow = 0.39 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 2 | 136 | - |
| CMYK | 0 | 0.99 | 0.39 | 0.12 |
| HSL | 323.78º | 0.98% | 0.44% | - |
| HSV(B) | 323.78º | 0.99% | 0.88% | - |
| XYZ | 35.21 | 17.67 | 24.85 | - |
| YUV | 83.65 | 157.55 | 228.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 2 | 136 | 0 | 0.99 | 0.39 | 0.12 | 323.78 | 0.98 | 0.44 |
| Hex | E0 | 2 | 88 | 0 | 63 | 27 | C | 144 | 62 | 2C |
| Octal | 340 | 2 | 210 | 0 | 143 | 47 | 14 | 504 | 142 | 54 |
| Binary | 11100000 | 10 | 10001000 | 0 | 1100011 | 100111 | 1100 | 101000100 | 1100010 | 101100 |
Color Harmonies of #E00288
Complementary color
Monochromatic Colors of #E00288
Black with #E00288
Text Example
Text Example
White with #E00288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00288; }
p { color: rgb(224,2,136); }
H1.HeaderClassName
{
color: #E00288;
}
.AnyTagClassName
{
color: #E00288;
}
</style>
background-color css
<style>
a { background-color: #E00288; }
a { background-color: rgb(224,2,136); }
div.DivClassName
{
background-color: #E00288;
}
.BgClassName
{
background-color: #E00288;
}
</style>
border-color css
<style>
span { border-color: #E00288; }
span { border-color: rgb(224,2,136); }
td.TdClassName
{
border-color: #E00288;
}
.TagClassName
{
border-color: #E00288;
}
</style>