Shades of Razzle Dazzle Rose #E324CC
Tints of Razzle Dazzle Rose #E324CC
RGB
CMYK
RGB Variations
Color information
#E324CC (or 0xE324CC) is known color: Razzle Dazzle Rose. HEX triplet: E3, 24 and CC. RGB value is (227,36,204). Sum of RGB (Red+Green+Blue) = 227+36+204=467 (61% of max value = 765). Red value is 227 (89.06% from 255 or 48.61% from 467); Green value is 36 (14.45% from 255 or 7.71% from 467); Blue value is 204 (80.08% from 255 or 43.68% from 467); Max value from RGB is 227 - color contains mainly: red. Hex color #E324CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E324CC is #1CDB33. Grayscale: #6F6F6F. Windows color (decimal): -1891124 or 13378787. OLE color: 13378787.
HSL color Cylindrical-coordinate representation of color #E324CC: hue angle of 307.23º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E324CC is Cyan = 0, Magento = 0.84, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 36 | 204 | - |
| CMYK | 0 | 0.84 | 0.10 | 0.11 |
| HSL | 307.23º | 0.77% | 0.52% | - |
| HSV(B) | 307.23º | 0.84% | 0.89% | - |
| XYZ | 43.21 | 21.95 | 59.09 | - |
| YUV | 112.26 | 179.78 | 209.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 36 | 204 | 0 | 0.84 | 0.10 | 0.11 | 307.23 | 0.77 | 0.52 |
| Hex | E3 | 24 | CC | 0 | 54 | A | B | 133 | 4D | 34 |
| Octal | 343 | 44 | 314 | 0 | 124 | 12 | 13 | 463 | 115 | 64 |
| Binary | 11100011 | 100100 | 11001100 | 0 | 1010100 | 1010 | 1011 | 100110011 | 1001101 | 110100 |
Color Harmonies of #E324CC
Complementary color
Monochromatic Colors of #E324CC
Black with #E324CC
Text Example
Text Example
White with #E324CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E324CC; }
p { color: rgb(227,36,204); }
H1.HeaderClassName
{
color: #E324CC;
}
.AnyTagClassName
{
color: #E324CC;
}
</style>
background-color css
<style>
a { background-color: #E324CC; }
a { background-color: rgb(227,36,204); }
div.DivClassName
{
background-color: #E324CC;
}
.BgClassName
{
background-color: #E324CC;
}
</style>
border-color css
<style>
span { border-color: #E324CC; }
span { border-color: rgb(227,36,204); }
td.TdClassName
{
border-color: #E324CC;
}
.TagClassName
{
border-color: #E324CC;
}
</style>