Shades of Razzle Dazzle Rose #E322DB
Tints of Razzle Dazzle Rose #E322DB
RGB
CMYK
RGB Variations
Color information
#E322DB (or 0xE322DB) is known color: Razzle Dazzle Rose. HEX triplet: E3, 22 and DB. RGB value is (227,34,219). Sum of RGB (Red+Green+Blue) = 227+34+219=480 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.29% from 480); Green value is 34 (13.67% from 255 or 7.08% from 480); Blue value is 219 (85.94% from 255 or 45.62% from 480); Max value from RGB is 227 - color contains mainly: red. Hex color #E322DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E322DB is #1CDD24. Grayscale: #707070. Windows color (decimal): -1891621 or 14361315. OLE color: 14361315.
HSL color Cylindrical-coordinate representation of color #E322DB: hue angle of 302.49º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E322DB is Cyan = 0, Magento = 0.85, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 34 | 219 | - |
| CMYK | 0 | 0.85 | 0.04 | 0.11 |
| HSL | 302.49º | 0.78% | 0.51% | - |
| HSV(B) | 302.49º | 0.85% | 0.89% | - |
| XYZ | 45.04 | 22.59 | 69 | - |
| YUV | 112.8 | 187.94 | 209.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 34 | 219 | 0 | 0.85 | 0.04 | 0.11 | 302.49 | 0.78 | 0.51 |
| Hex | E3 | 22 | DB | 0 | 55 | 4 | B | 12E | 4E | 33 |
| Octal | 343 | 42 | 333 | 0 | 125 | 4 | 13 | 456 | 116 | 63 |
| Binary | 11100011 | 100010 | 11011011 | 0 | 1010101 | 100 | 1011 | 100101110 | 1001110 | 110011 |
Color Harmonies of #E322DB
Complementary color
Monochromatic Colors of #E322DB
Black with #E322DB
Text Example
Text Example
White with #E322DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E322DB; }
p { color: rgb(227,34,219); }
H1.HeaderClassName
{
color: #E322DB;
}
.AnyTagClassName
{
color: #E322DB;
}
</style>
background-color css
<style>
a { background-color: #E322DB; }
a { background-color: rgb(227,34,219); }
div.DivClassName
{
background-color: #E322DB;
}
.BgClassName
{
background-color: #E322DB;
}
</style>
border-color css
<style>
span { border-color: #E322DB; }
span { border-color: rgb(227,34,219); }
td.TdClassName
{
border-color: #E322DB;
}
.TagClassName
{
border-color: #E322DB;
}
</style>