Shades of Razzle Dazzle Rose #E231E2
Tints of Razzle Dazzle Rose #E231E2
RGB
CMYK
RGB Variations
Color information
#E231E2 (or 0xE231E2) is known color: Razzle Dazzle Rose. HEX triplet: E2, 31 and E2. RGB value is (226,49,226). Sum of RGB (Red+Green+Blue) = 226+49+226=501 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.11% from 501); Green value is 49 (19.53% from 255 or 9.78% from 501); Blue value is 226 (88.67% from 255 or 45.11% from 501); Max value from RGB is 226 - color contains mainly: red, blue. Hex color #E231E2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E231E2 is #1DCE1D. Grayscale: #797979. Windows color (decimal): -1953310 or 14823906. OLE color: 14823906.
HSL color Cylindrical-coordinate representation of color #E231E2: hue angle of 300º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E231E2 is Cyan = 0, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 49 | 226 | - |
| CMYK | 0 | 0.78 | 0 | 0.11 |
| HSL | 300º | 0.75% | 0.54% | - |
| HSV(B) | 300º | 0.78% | 0.89% | - |
| XYZ | 46.19 | 23.86 | 74.12 | - |
| YUV | 122.1 | 186.64 | 202.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 49 | 226 | 0 | 0.78 | 0 | 0.11 | 300 | 0.75 | 0.54 |
| Hex | E2 | 31 | E2 | 0 | 4E | 0 | B | 12C | 4B | 36 |
| Octal | 342 | 61 | 342 | 0 | 116 | 0 | 13 | 454 | 113 | 66 |
| Binary | 11100010 | 110001 | 11100010 | 0 | 1001110 | 0 | 1011 | 100101100 | 1001011 | 110110 |
Color Harmonies of #E231E2
Complementary color
Monochromatic Colors of #E231E2
Black with #E231E2
Text Example
Text Example
White with #E231E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E231E2; }
p { color: rgb(226,49,226); }
H1.HeaderClassName
{
color: #E231E2;
}
.AnyTagClassName
{
color: #E231E2;
}
</style>
background-color css
<style>
a { background-color: #E231E2; }
a { background-color: rgb(226,49,226); }
div.DivClassName
{
background-color: #E231E2;
}
.BgClassName
{
background-color: #E231E2;
}
</style>
border-color css
<style>
span { border-color: #E231E2; }
span { border-color: rgb(226,49,226); }
td.TdClassName
{
border-color: #E231E2;
}
.TagClassName
{
border-color: #E231E2;
}
</style>