Shades of Razzle Dazzle Rose #E330CE
Tints of Razzle Dazzle Rose #E330CE
RGB
CMYK
RGB Variations
Color information
#E330CE (or 0xE330CE) is known color: Razzle Dazzle Rose. HEX triplet: E3, 30 and CE. RGB value is (227,48,206). Sum of RGB (Red+Green+Blue) = 227+48+206=481 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.19% from 481); Green value is 48 (19.14% from 255 or 9.98% from 481); Blue value is 206 (80.86% from 255 or 42.83% from 481); Max value from RGB is 227 - color contains mainly: red. Hex color #E330CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E330CE is #1CCF31. Grayscale: #777777. Windows color (decimal): -1888050 or 13512931. OLE color: 13512931.
HSL color Cylindrical-coordinate representation of color #E330CE: hue angle of 307.04º 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 #E330CE is Cyan = 0, Magento = 0.79, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 48 | 206 | - |
| CMYK | 0 | 0.79 | 0.09 | 0.11 |
| HSL | 307.04º | 0.76% | 0.54% | - |
| HSV(B) | 307.04º | 0.79% | 0.89% | - |
| XYZ | 43.88 | 22.9 | 60.5 | - |
| YUV | 119.53 | 176.8 | 204.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 48 | 206 | 0 | 0.79 | 0.09 | 0.11 | 307.04 | 0.76 | 0.54 |
| Hex | E3 | 30 | CE | 0 | 4F | 9 | B | 133 | 4C | 36 |
| Octal | 343 | 60 | 316 | 0 | 117 | 11 | 13 | 463 | 114 | 66 |
| Binary | 11100011 | 110000 | 11001110 | 0 | 1001111 | 1001 | 1011 | 100110011 | 1001100 | 110110 |
Color Harmonies of #E330CE
Complementary color
Monochromatic Colors of #E330CE
Black with #E330CE
Text Example
Text Example
White with #E330CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E330CE; }
p { color: rgb(227,48,206); }
H1.HeaderClassName
{
color: #E330CE;
}
.AnyTagClassName
{
color: #E330CE;
}
</style>
background-color css
<style>
a { background-color: #E330CE; }
a { background-color: rgb(227,48,206); }
div.DivClassName
{
background-color: #E330CE;
}
.BgClassName
{
background-color: #E330CE;
}
</style>
border-color css
<style>
span { border-color: #E330CE; }
span { border-color: rgb(227,48,206); }
td.TdClassName
{
border-color: #E330CE;
}
.TagClassName
{
border-color: #E330CE;
}
</style>