Shades of Razzle Dazzle Rose #E324CA
Tints of Razzle Dazzle Rose #E324CA
RGB
CMYK
RGB Variations
Color information
#E324CA (or 0xE324CA) is known color: Razzle Dazzle Rose. HEX triplet: E3, 24 and CA. RGB value is (227,36,202). Sum of RGB (Red+Green+Blue) = 227+36+202=465 (61% of max value = 765). Red value is 227 (89.06% from 255 or 48.82% from 465); Green value is 36 (14.45% from 255 or 7.74% from 465); Blue value is 202 (79.30% from 255 or 43.44% from 465); Max value from RGB is 227 - color contains mainly: red. Hex color #E324CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E324CA is #1CDB35. Grayscale: #6F6F6F. Windows color (decimal): -1891126 or 13247715. OLE color: 13247715.
HSL color Cylindrical-coordinate representation of color #E324CA: hue angle of 307.85º 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 #E324CA is Cyan = 0, Magento = 0.84, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 36 | 202 | - |
| CMYK | 0 | 0.84 | 0.11 | 0.11 |
| HSL | 307.85º | 0.77% | 0.52% | - |
| HSV(B) | 307.85º | 0.84% | 0.89% | - |
| XYZ | 42.97 | 21.86 | 57.83 | - |
| YUV | 112.03 | 178.78 | 210 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 36 | 202 | 0 | 0.84 | 0.11 | 0.11 | 307.85 | 0.77 | 0.52 |
| Hex | E3 | 24 | CA | 0 | 54 | B | B | 134 | 4D | 34 |
| Octal | 343 | 44 | 312 | 0 | 124 | 13 | 13 | 464 | 115 | 64 |
| Binary | 11100011 | 100100 | 11001010 | 0 | 1010100 | 1011 | 1011 | 100110100 | 1001101 | 110100 |
Color Harmonies of #E324CA
Complementary color
Monochromatic Colors of #E324CA
Black with #E324CA
Text Example
Text Example
White with #E324CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E324CA; }
p { color: rgb(227,36,202); }
H1.HeaderClassName
{
color: #E324CA;
}
.AnyTagClassName
{
color: #E324CA;
}
</style>
background-color css
<style>
a { background-color: #E324CA; }
a { background-color: rgb(227,36,202); }
div.DivClassName
{
background-color: #E324CA;
}
.BgClassName
{
background-color: #E324CA;
}
</style>
border-color css
<style>
span { border-color: #E324CA; }
span { border-color: rgb(227,36,202); }
td.TdClassName
{
border-color: #E324CA;
}
.TagClassName
{
border-color: #E324CA;
}
</style>