Shades of Razzle Dazzle Rose #E332CC
Tints of Razzle Dazzle Rose #E332CC
RGB
CMYK
RGB Variations
Color information
#E332CC (or 0xE332CC) is known color: Razzle Dazzle Rose. HEX triplet: E3, 32 and CC. RGB value is (227,50,204). Sum of RGB (Red+Green+Blue) = 227+50+204=481 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.19% from 481); Green value is 50 (19.92% from 255 or 10.40% from 481); Blue value is 204 (80.08% from 255 or 42.41% from 481); Max value from RGB is 227 - color contains mainly: red. Hex color #E332CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E332CC is #1CCD33. Grayscale: #787878. Windows color (decimal): -1887540 or 13382371. OLE color: 13382371.
HSL color Cylindrical-coordinate representation of color #E332CC: hue angle of 307.8º 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 #E332CC is Cyan = 0, Magento = 0.78, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 50 | 204 | - |
| CMYK | 0 | 0.78 | 0.10 | 0.11 |
| HSL | 307.8º | 0.76% | 0.54% | - |
| HSV(B) | 307.8º | 0.78% | 0.89% | - |
| XYZ | 43.72 | 22.97 | 59.26 | - |
| YUV | 120.48 | 175.14 | 203.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 50 | 204 | 0 | 0.78 | 0.10 | 0.11 | 307.8 | 0.76 | 0.54 |
| Hex | E3 | 32 | CC | 0 | 4E | A | B | 134 | 4C | 36 |
| Octal | 343 | 62 | 314 | 0 | 116 | 12 | 13 | 464 | 114 | 66 |
| Binary | 11100011 | 110010 | 11001100 | 0 | 1001110 | 1010 | 1011 | 100110100 | 1001100 | 110110 |
Color Harmonies of #E332CC
Complementary color
Monochromatic Colors of #E332CC
Black with #E332CC
Text Example
Text Example
White with #E332CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E332CC; }
p { color: rgb(227,50,204); }
H1.HeaderClassName
{
color: #E332CC;
}
.AnyTagClassName
{
color: #E332CC;
}
</style>
background-color css
<style>
a { background-color: #E332CC; }
a { background-color: rgb(227,50,204); }
div.DivClassName
{
background-color: #E332CC;
}
.BgClassName
{
background-color: #E332CC;
}
</style>
border-color css
<style>
span { border-color: #E332CC; }
span { border-color: rgb(227,50,204); }
td.TdClassName
{
border-color: #E332CC;
}
.TagClassName
{
border-color: #E332CC;
}
</style>