Shades of Violet #E288F2
Tints of Violet #E288F2
RGB
CMYK
RGB Variations
Color information
#E288F2 (or 0xE288F2) is known color: Violet. HEX triplet: E2, 88 and F2. RGB value is (226,136,242). Sum of RGB (Red+Green+Blue) = 226+136+242=604 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.42% from 604); Green value is 136 (53.52% from 255 or 22.52% from 604); Blue value is 242 (94.92% from 255 or 40.07% from 604); Max value from RGB is 242 - color contains mainly: blue. Hex color #E288F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E288F2 is #1D770D. Grayscale: #AEAEAE. Windows color (decimal): -1931022 or 15894754. OLE color: 15894754.
HSL color Cylindrical-coordinate representation of color #E288F2: hue angle of 290.94º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E288F2 is Cyan = 0.07, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 226 | 136 | 242 | - |
| CMYK | 0.07 | 0.44 | 0 | 0.05 |
| HSL | 290.94º | 0.8% | 0.74% | - |
| HSV(B) | 290.94º | 0.44% | 0.95% | - |
| XYZ | 56.2 | 40.19 | 88.8 | - |
| YUV | 174.99 | 165.82 | 164.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 136 | 242 | 0.07 | 0.44 | 0 | 0.05 | 290.94 | 0.8 | 0.74 |
| Hex | E2 | 88 | F2 | 7 | 2C | 0 | 5 | 123 | 50 | 4A |
| Octal | 342 | 210 | 362 | 7 | 54 | 0 | 5 | 443 | 120 | 112 |
| Binary | 11100010 | 10001000 | 11110010 | 111 | 101100 | 0 | 101 | 100100011 | 1010000 | 1001010 |
Color Harmonies of #E288F2
Complementary color
Monochromatic Colors of #E288F2
Black with #E288F2
Text Example
Text Example
White with #E288F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E288F2; }
p { color: rgb(226,136,242); }
H1.HeaderClassName
{
color: #E288F2;
}
.AnyTagClassName
{
color: #E288F2;
}
</style>
background-color css
<style>
a { background-color: #E288F2; }
a { background-color: rgb(226,136,242); }
div.DivClassName
{
background-color: #E288F2;
}
.BgClassName
{
background-color: #E288F2;
}
</style>
border-color css
<style>
span { border-color: #E288F2; }
span { border-color: rgb(226,136,242); }
td.TdClassName
{
border-color: #E288F2;
}
.TagClassName
{
border-color: #E288F2;
}
</style>