Shades of Razzle Dazzle Rose #E324CD
Tints of Razzle Dazzle Rose #E324CD
RGB
CMYK
RGB Variations
Color information
#E324CD (or 0xE324CD) is known color: Razzle Dazzle Rose. HEX triplet: E3, 24 and CD. RGB value is (227,36,205). Sum of RGB (Red+Green+Blue) = 227+36+205=468 (61% of max value = 765). Red value is 227 (89.06% from 255 or 48.50% from 468); Green value is 36 (14.45% from 255 or 7.69% from 468); Blue value is 205 (80.47% from 255 or 43.80% from 468); Max value from RGB is 227 - color contains mainly: red. Hex color #E324CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E324CD is #1CDB32. Grayscale: #6F6F6F. Windows color (decimal): -1891123 or 13444323. OLE color: 13444323.
HSL color Cylindrical-coordinate representation of color #E324CD: hue angle of 306.91º 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 #E324CD is Cyan = 0, Magento = 0.84, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 36 | 205 | - |
| CMYK | 0 | 0.84 | 0.10 | 0.11 |
| HSL | 306.91º | 0.77% | 0.52% | - |
| HSV(B) | 306.91º | 0.84% | 0.89% | - |
| XYZ | 43.33 | 22 | 59.72 | - |
| YUV | 112.38 | 180.28 | 209.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 36 | 205 | 0 | 0.84 | 0.10 | 0.11 | 306.91 | 0.77 | 0.52 |
| Hex | E3 | 24 | CD | 0 | 54 | A | B | 133 | 4D | 34 |
| Octal | 343 | 44 | 315 | 0 | 124 | 12 | 13 | 463 | 115 | 64 |
| Binary | 11100011 | 100100 | 11001101 | 0 | 1010100 | 1010 | 1011 | 100110011 | 1001101 | 110100 |
Color Harmonies of #E324CD
Complementary color
Monochromatic Colors of #E324CD
Black with #E324CD
Text Example
Text Example
White with #E324CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E324CD; }
p { color: rgb(227,36,205); }
H1.HeaderClassName
{
color: #E324CD;
}
.AnyTagClassName
{
color: #E324CD;
}
</style>
background-color css
<style>
a { background-color: #E324CD; }
a { background-color: rgb(227,36,205); }
div.DivClassName
{
background-color: #E324CD;
}
.BgClassName
{
background-color: #E324CD;
}
</style>
border-color css
<style>
span { border-color: #E324CD; }
span { border-color: rgb(227,36,205); }
td.TdClassName
{
border-color: #E324CD;
}
.TagClassName
{
border-color: #E324CD;
}
</style>