Shades of Razzle Dazzle Rose #E331DB
Tints of Razzle Dazzle Rose #E331DB
RGB
CMYK
RGB Variations
Color information
#E331DB (or 0xE331DB) is known color: Razzle Dazzle Rose. HEX triplet: E3, 31 and DB. RGB value is (227,49,219). Sum of RGB (Red+Green+Blue) = 227+49+219=495 (65% of max value = 765). Red value is 227 (89.06% from 255 or 45.86% from 495); Green value is 49 (19.53% from 255 or 9.90% from 495); Blue value is 219 (85.94% from 255 or 44.24% from 495); Max value from RGB is 227 - color contains mainly: red. Hex color #E331DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E331DB is #1CCE24. Grayscale: #797979. Windows color (decimal): -1887781 or 14365155. OLE color: 14365155.
HSL color Cylindrical-coordinate representation of color #E331DB: hue angle of 302.7º degrees, saturation: 0.76, 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 #E331DB is Cyan = 0, Magento = 0.78, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 49 | 219 | - |
| CMYK | 0 | 0.78 | 0.04 | 0.11 |
| HSL | 302.7º | 0.76% | 0.54% | - |
| HSV(B) | 302.7º | 0.78% | 0.89% | - |
| XYZ | 45.56 | 23.64 | 69.18 | - |
| YUV | 121.6 | 182.97 | 203.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 49 | 219 | 0 | 0.78 | 0.04 | 0.11 | 302.7 | 0.76 | 0.54 |
| Hex | E3 | 31 | DB | 0 | 4E | 4 | B | 12F | 4C | 36 |
| Octal | 343 | 61 | 333 | 0 | 116 | 4 | 13 | 457 | 114 | 66 |
| Binary | 11100011 | 110001 | 11011011 | 0 | 1001110 | 100 | 1011 | 100101111 | 1001100 | 110110 |
Color Harmonies of #E331DB
Complementary color
Monochromatic Colors of #E331DB
Black with #E331DB
Text Example
Text Example
White with #E331DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E331DB; }
p { color: rgb(227,49,219); }
H1.HeaderClassName
{
color: #E331DB;
}
.AnyTagClassName
{
color: #E331DB;
}
</style>
background-color css
<style>
a { background-color: #E331DB; }
a { background-color: rgb(227,49,219); }
div.DivClassName
{
background-color: #E331DB;
}
.BgClassName
{
background-color: #E331DB;
}
</style>
border-color css
<style>
span { border-color: #E331DB; }
span { border-color: rgb(227,49,219); }
td.TdClassName
{
border-color: #E331DB;
}
.TagClassName
{
border-color: #E331DB;
}
</style>