Shades of Razzle Dazzle Rose #E332DA
Tints of Razzle Dazzle Rose #E332DA
RGB
CMYK
RGB Variations
Color information
#E332DA (or 0xE332DA) is known color: Razzle Dazzle Rose. HEX triplet: E3, 32 and DA. RGB value is (227,50,218). Sum of RGB (Red+Green+Blue) = 227+50+218=495 (65% of max value = 765). Red value is 227 (89.06% from 255 or 45.86% from 495); Green value is 50 (19.92% from 255 or 10.10% from 495); Blue value is 218 (85.55% from 255 or 44.04% from 495); Max value from RGB is 227 - color contains mainly: red. Hex color #E332DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E332DA is #1CCD25. Grayscale: #797979. Windows color (decimal): -1887526 or 14299875. OLE color: 14299875.
HSL color Cylindrical-coordinate representation of color #E332DA: hue angle of 303.05º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E332DA is Cyan = 0, Magento = 0.78, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 50 | 218 | - |
| CMYK | 0 | 0.78 | 0.04 | 0.11 |
| HSL | 303.05º | 0.76% | 0.54% | - |
| HSV(B) | 303.05º | 0.78% | 0.89% | - |
| XYZ | 45.47 | 23.67 | 68.5 | - |
| YUV | 122.08 | 182.14 | 202.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 50 | 218 | 0 | 0.78 | 0.04 | 0.11 | 303.05 | 0.76 | 0.54 |
| Hex | E3 | 32 | DA | 0 | 4E | 4 | B | 12F | 4C | 36 |
| Octal | 343 | 62 | 332 | 0 | 116 | 4 | 13 | 457 | 114 | 66 |
| Binary | 11100011 | 110010 | 11011010 | 0 | 1001110 | 100 | 1011 | 100101111 | 1001100 | 110110 |
Color Harmonies of #E332DA
Complementary color
Monochromatic Colors of #E332DA
Black with #E332DA
Text Example
Text Example
White with #E332DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E332DA; }
p { color: rgb(227,50,218); }
H1.HeaderClassName
{
color: #E332DA;
}
.AnyTagClassName
{
color: #E332DA;
}
</style>
background-color css
<style>
a { background-color: #E332DA; }
a { background-color: rgb(227,50,218); }
div.DivClassName
{
background-color: #E332DA;
}
.BgClassName
{
background-color: #E332DA;
}
</style>
border-color css
<style>
span { border-color: #E332DA; }
span { border-color: rgb(227,50,218); }
td.TdClassName
{
border-color: #E332DA;
}
.TagClassName
{
border-color: #E332DA;
}
</style>