Shades of Razzle Dazzle Rose #E330DC
Tints of Razzle Dazzle Rose #E330DC
RGB
CMYK
RGB Variations
Color information
#E330DC (or 0xE330DC) is known color: Razzle Dazzle Rose. HEX triplet: E3, 30 and DC. RGB value is (227,48,220). Sum of RGB (Red+Green+Blue) = 227+48+220=495 (65% of max value = 765). Red value is 227 (89.06% from 255 or 45.86% from 495); Green value is 48 (19.14% from 255 or 9.70% from 495); Blue value is 220 (86.33% from 255 or 44.44% from 495); Max value from RGB is 227 - color contains mainly: red. Hex color #E330DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E330DC is #1CCF23. Grayscale: #787878. Windows color (decimal): -1888036 or 14430435. OLE color: 14430435.
HSL color Cylindrical-coordinate representation of color #E330DC: hue angle of 302.35º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E330DC is Cyan = 0, Magento = 0.79, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 48 | 220 | - |
| CMYK | 0 | 0.79 | 0.03 | 0.11 |
| HSL | 302.35º | 0.76% | 0.54% | - |
| HSV(B) | 302.35º | 0.79% | 0.89% | - |
| XYZ | 45.65 | 23.61 | 69.86 | - |
| YUV | 121.13 | 183.8 | 203.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 48 | 220 | 0 | 0.79 | 0.03 | 0.11 | 302.35 | 0.76 | 0.54 |
| Hex | E3 | 30 | DC | 0 | 4F | 3 | B | 12E | 4C | 36 |
| Octal | 343 | 60 | 334 | 0 | 117 | 3 | 13 | 456 | 114 | 66 |
| Binary | 11100011 | 110000 | 11011100 | 0 | 1001111 | 11 | 1011 | 100101110 | 1001100 | 110110 |
Color Harmonies of #E330DC
Complementary color
Monochromatic Colors of #E330DC
Black with #E330DC
Text Example
Text Example
White with #E330DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E330DC; }
p { color: rgb(227,48,220); }
H1.HeaderClassName
{
color: #E330DC;
}
.AnyTagClassName
{
color: #E330DC;
}
</style>
background-color css
<style>
a { background-color: #E330DC; }
a { background-color: rgb(227,48,220); }
div.DivClassName
{
background-color: #E330DC;
}
.BgClassName
{
background-color: #E330DC;
}
</style>
border-color css
<style>
span { border-color: #E330DC; }
span { border-color: rgb(227,48,220); }
td.TdClassName
{
border-color: #E330DC;
}
.TagClassName
{
border-color: #E330DC;
}
</style>