Shades of Razzle Dazzle Rose #E326DC
Tints of Razzle Dazzle Rose #E326DC
RGB
CMYK
RGB Variations
Color information
#E326DC (or 0xE326DC) is known color: Razzle Dazzle Rose. HEX triplet: E3, 26 and DC. RGB value is (227,38,220). Sum of RGB (Red+Green+Blue) = 227+38+220=485 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.80% from 485); Green value is 38 (15.23% from 255 or 7.84% from 485); Blue value is 220 (86.33% from 255 or 45.36% from 485); Max value from RGB is 227 - color contains mainly: red. Hex color #E326DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E326DC is #1CD923. Grayscale: #727272. Windows color (decimal): -1890596 or 14427875. OLE color: 14427875.
HSL color Cylindrical-coordinate representation of color #E326DC: hue angle of 302.22º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E326DC is Cyan = 0, Magento = 0.83, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 38 | 220 | - |
| CMYK | 0 | 0.83 | 0.03 | 0.11 |
| HSL | 302.22º | 0.77% | 0.52% | - |
| HSV(B) | 302.22º | 0.83% | 0.89% | - |
| XYZ | 45.29 | 22.88 | 69.74 | - |
| YUV | 115.26 | 187.12 | 207.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 38 | 220 | 0 | 0.83 | 0.03 | 0.11 | 302.22 | 0.77 | 0.52 |
| Hex | E3 | 26 | DC | 0 | 53 | 3 | B | 12E | 4D | 34 |
| Octal | 343 | 46 | 334 | 0 | 123 | 3 | 13 | 456 | 115 | 64 |
| Binary | 11100011 | 100110 | 11011100 | 0 | 1010011 | 11 | 1011 | 100101110 | 1001101 | 110100 |
Color Harmonies of #E326DC
Complementary color
Monochromatic Colors of #E326DC
Black with #E326DC
Text Example
Text Example
White with #E326DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E326DC; }
p { color: rgb(227,38,220); }
H1.HeaderClassName
{
color: #E326DC;
}
.AnyTagClassName
{
color: #E326DC;
}
</style>
background-color css
<style>
a { background-color: #E326DC; }
a { background-color: rgb(227,38,220); }
div.DivClassName
{
background-color: #E326DC;
}
.BgClassName
{
background-color: #E326DC;
}
</style>
border-color css
<style>
span { border-color: #E326DC; }
span { border-color: rgb(227,38,220); }
td.TdClassName
{
border-color: #E326DC;
}
.TagClassName
{
border-color: #E326DC;
}
</style>