Shades of Violet #E288F1
Tints of Violet #E288F1
RGB
CMYK
RGB Variations
Color information
#E288F1 (or 0xE288F1) is known color: Violet. HEX triplet: E2, 88 and F1. RGB value is (226,136,241). Sum of RGB (Red+Green+Blue) = 226+136+241=603 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.48% from 603); Green value is 136 (53.52% from 255 or 22.55% from 603); Blue value is 241 (94.53% from 255 or 39.97% from 603); Max value from RGB is 241 - color contains mainly: blue. Hex color #E288F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E288F1 is #1D770E. Grayscale: #AEAEAE. Windows color (decimal): -1931023 or 15829218. OLE color: 15829218.
HSL color Cylindrical-coordinate representation of color #E288F1: hue angle of 291.43º degrees, saturation: 0.79, 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 #E288F1 is Cyan = 0.06, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 226 | 136 | 241 | - |
| CMYK | 0.06 | 0.44 | 0 | 0.05 |
| HSL | 291.43º | 0.79% | 0.74% | - |
| HSV(B) | 291.43º | 0.44% | 0.95% | - |
| XYZ | 56.05 | 40.13 | 88.01 | - |
| YUV | 174.88 | 165.32 | 164.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 136 | 241 | 0.06 | 0.44 | 0 | 0.05 | 291.43 | 0.79 | 0.74 |
| Hex | E2 | 88 | F1 | 6 | 2C | 0 | 5 | 123 | 4F | 4A |
| Octal | 342 | 210 | 361 | 6 | 54 | 0 | 5 | 443 | 117 | 112 |
| Binary | 11100010 | 10001000 | 11110001 | 110 | 101100 | 0 | 101 | 100100011 | 1001111 | 1001010 |
Color Harmonies of #E288F1
Complementary color
Monochromatic Colors of #E288F1
Black with #E288F1
Text Example
Text Example
White with #E288F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E288F1; }
p { color: rgb(226,136,241); }
H1.HeaderClassName
{
color: #E288F1;
}
.AnyTagClassName
{
color: #E288F1;
}
</style>
background-color css
<style>
a { background-color: #E288F1; }
a { background-color: rgb(226,136,241); }
div.DivClassName
{
background-color: #E288F1;
}
.BgClassName
{
background-color: #E288F1;
}
</style>
border-color css
<style>
span { border-color: #E288F1; }
span { border-color: rgb(226,136,241); }
td.TdClassName
{
border-color: #E288F1;
}
.TagClassName
{
border-color: #E288F1;
}
</style>