Shades of Razzle Dazzle Rose #E328CD
Tints of Razzle Dazzle Rose #E328CD
RGB
CMYK
RGB Variations
Color information
#E328CD (or 0xE328CD) is known color: Razzle Dazzle Rose. HEX triplet: E3, 28 and CD. RGB value is (227,40,205). Sum of RGB (Red+Green+Blue) = 227+40+205=472 (62% of max value = 765). Red value is 227 (89.06% from 255 or 48.09% from 472); Green value is 40 (16.02% from 255 or 8.47% from 472); Blue value is 205 (80.47% from 255 or 43.43% from 472); Max value from RGB is 227 - color contains mainly: red. Hex color #E328CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E328CD is #1CD732. Grayscale: #727272. Windows color (decimal): -1890099 or 13445347. OLE color: 13445347.
HSL color Cylindrical-coordinate representation of color #E328CD: hue angle of 307.06º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E328CD is Cyan = 0, Magento = 0.82, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 40 | 205 | - |
| CMYK | 0 | 0.82 | 0.10 | 0.11 |
| HSL | 307.06º | 0.77% | 0.52% | - |
| HSV(B) | 307.06º | 0.82% | 0.89% | - |
| XYZ | 43.46 | 22.26 | 59.76 | - |
| YUV | 114.72 | 178.95 | 208.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 40 | 205 | 0 | 0.82 | 0.10 | 0.11 | 307.06 | 0.77 | 0.52 |
| Hex | E3 | 28 | CD | 0 | 52 | A | B | 133 | 4D | 34 |
| Octal | 343 | 50 | 315 | 0 | 122 | 12 | 13 | 463 | 115 | 64 |
| Binary | 11100011 | 101000 | 11001101 | 0 | 1010010 | 1010 | 1011 | 100110011 | 1001101 | 110100 |
Color Harmonies of #E328CD
Complementary color
Monochromatic Colors of #E328CD
Black with #E328CD
Text Example
Text Example
White with #E328CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E328CD; }
p { color: rgb(227,40,205); }
H1.HeaderClassName
{
color: #E328CD;
}
.AnyTagClassName
{
color: #E328CD;
}
</style>
background-color css
<style>
a { background-color: #E328CD; }
a { background-color: rgb(227,40,205); }
div.DivClassName
{
background-color: #E328CD;
}
.BgClassName
{
background-color: #E328CD;
}
</style>
border-color css
<style>
span { border-color: #E328CD; }
span { border-color: rgb(227,40,205); }
td.TdClassName
{
border-color: #E328CD;
}
.TagClassName
{
border-color: #E328CD;
}
</style>