Shades of Razzle Dazzle Rose #E231DB
Tints of Razzle Dazzle Rose #E231DB
RGB
CMYK
RGB Variations
Color information
#E231DB (or 0xE231DB) is known color: Razzle Dazzle Rose. HEX triplet: E2, 31 and DB. RGB value is (226,49,219). Sum of RGB (Red+Green+Blue) = 226+49+219=494 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.75% from 494); Green value is 49 (19.53% from 255 or 9.92% from 494); Blue value is 219 (85.94% from 255 or 44.33% from 494); Max value from RGB is 226 - color contains mainly: red. Hex color #E231DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E231DB is #1DCE24. Grayscale: #787878. Windows color (decimal): -1953317 or 14365154. OLE color: 14365154.
HSL color Cylindrical-coordinate representation of color #E231DB: hue angle of 302.37º 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 #E231DB is Cyan = 0, Magento = 0.78, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 49 | 219 | - |
| CMYK | 0 | 0.78 | 0.03 | 0.11 |
| HSL | 302.37º | 0.75% | 0.54% | - |
| HSV(B) | 302.37º | 0.78% | 0.89% | - |
| XYZ | 45.25 | 23.48 | 69.17 | - |
| YUV | 121.3 | 183.14 | 202.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 49 | 219 | 0 | 0.78 | 0.03 | 0.11 | 302.37 | 0.75 | 0.54 |
| Hex | E2 | 31 | DB | 0 | 4E | 3 | B | 12E | 4B | 36 |
| Octal | 342 | 61 | 333 | 0 | 116 | 3 | 13 | 456 | 113 | 66 |
| Binary | 11100010 | 110001 | 11011011 | 0 | 1001110 | 11 | 1011 | 100101110 | 1001011 | 110110 |
Color Harmonies of #E231DB
Complementary color
Monochromatic Colors of #E231DB
Black with #E231DB
Text Example
Text Example
White with #E231DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E231DB; }
p { color: rgb(226,49,219); }
H1.HeaderClassName
{
color: #E231DB;
}
.AnyTagClassName
{
color: #E231DB;
}
</style>
background-color css
<style>
a { background-color: #E231DB; }
a { background-color: rgb(226,49,219); }
div.DivClassName
{
background-color: #E231DB;
}
.BgClassName
{
background-color: #E231DB;
}
</style>
border-color css
<style>
span { border-color: #E231DB; }
span { border-color: rgb(226,49,219); }
td.TdClassName
{
border-color: #E231DB;
}
.TagClassName
{
border-color: #E231DB;
}
</style>