Shades of Razzle Dazzle Rose #E320DC
Tints of Razzle Dazzle Rose #E320DC
RGB
CMYK
RGB Variations
Color information
#E320DC (or 0xE320DC) is known color: Razzle Dazzle Rose. HEX triplet: E3, 20 and DC. RGB value is (227,32,220). Sum of RGB (Red+Green+Blue) = 227+32+220=479 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.39% from 479); Green value is 32 (12.89% from 255 or 6.68% from 479); Blue value is 220 (86.33% from 255 or 45.93% from 479); Max value from RGB is 227 - color contains mainly: red. Hex color #E320DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E320DC is #1CDF23. Grayscale: #6F6F6F. Windows color (decimal): -1892132 or 14426339. OLE color: 14426339.
HSL color Cylindrical-coordinate representation of color #E320DC: hue angle of 302.15º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E320DC is Cyan = 0, Magento = 0.86, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 32 | 220 | - |
| CMYK | 0 | 0.86 | 0.03 | 0.11 |
| HSL | 302.15º | 0.78% | 0.51% | - |
| HSV(B) | 302.15º | 0.86% | 0.89% | - |
| XYZ | 45.11 | 22.53 | 69.68 | - |
| YUV | 111.74 | 189.1 | 210.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 32 | 220 | 0 | 0.86 | 0.03 | 0.11 | 302.15 | 0.78 | 0.51 |
| Hex | E3 | 20 | DC | 0 | 56 | 3 | B | 12E | 4E | 33 |
| Octal | 343 | 40 | 334 | 0 | 126 | 3 | 13 | 456 | 116 | 63 |
| Binary | 11100011 | 100000 | 11011100 | 0 | 1010110 | 11 | 1011 | 100101110 | 1001110 | 110011 |
Color Harmonies of #E320DC
Complementary color
Monochromatic Colors of #E320DC
Black with #E320DC
Text Example
Text Example
White with #E320DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E320DC; }
p { color: rgb(227,32,220); }
H1.HeaderClassName
{
color: #E320DC;
}
.AnyTagClassName
{
color: #E320DC;
}
</style>
background-color css
<style>
a { background-color: #E320DC; }
a { background-color: rgb(227,32,220); }
div.DivClassName
{
background-color: #E320DC;
}
.BgClassName
{
background-color: #E320DC;
}
</style>
border-color css
<style>
span { border-color: #E320DC; }
span { border-color: rgb(227,32,220); }
td.TdClassName
{
border-color: #E320DC;
}
.TagClassName
{
border-color: #E320DC;
}
</style>