Shades of Razzle Dazzle Rose #E330E9
Tints of Razzle Dazzle Rose #E330E9
RGB
CMYK
RGB Variations
Color information
#E330E9 (or 0xE330E9) is known color: Razzle Dazzle Rose. HEX triplet: E3, 30 and E9. RGB value is (227,48,233). Sum of RGB (Red+Green+Blue) = 227+48+233=508 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.69% from 508); Green value is 48 (19.14% from 255 or 9.45% from 508); Blue value is 233 (91.41% from 255 or 45.87% from 508); Max value from RGB is 233 - color contains mainly: blue. Hex color #E330E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E330E9 is #1CCF16. Grayscale: #7A7A7A. Windows color (decimal): -1888023 or 15282403. OLE color: 15282403.
HSL color Cylindrical-coordinate representation of color #E330E9: hue angle of 298.05º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E330E9 is Cyan = 0.03, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 227 | 48 | 233 | - |
| CMYK | 0.03 | 0.79 | 0 | 0.09 |
| HSL | 298.05º | 0.81% | 0.55% | - |
| HSV(B) | 298.05º | 0.79% | 0.91% | - |
| XYZ | 47.44 | 24.33 | 79.29 | - |
| YUV | 122.61 | 190.3 | 202.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 48 | 233 | 0.03 | 0.79 | 0 | 0.09 | 298.05 | 0.81 | 0.55 |
| Hex | E3 | 30 | E9 | 3 | 4F | 0 | 9 | 12A | 51 | 37 |
| Octal | 343 | 60 | 351 | 3 | 117 | 0 | 11 | 452 | 121 | 67 |
| Binary | 11100011 | 110000 | 11101001 | 11 | 1001111 | 0 | 1001 | 100101010 | 1010001 | 110111 |
Color Harmonies of #E330E9
Complementary color
Monochromatic Colors of #E330E9
Black with #E330E9
Text Example
Text Example
White with #E330E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E330E9; }
p { color: rgb(227,48,233); }
H1.HeaderClassName
{
color: #E330E9;
}
.AnyTagClassName
{
color: #E330E9;
}
</style>
background-color css
<style>
a { background-color: #E330E9; }
a { background-color: rgb(227,48,233); }
div.DivClassName
{
background-color: #E330E9;
}
.BgClassName
{
background-color: #E330E9;
}
</style>
border-color css
<style>
span { border-color: #E330E9; }
span { border-color: rgb(227,48,233); }
td.TdClassName
{
border-color: #E330E9;
}
.TagClassName
{
border-color: #E330E9;
}
</style>