Shades of Razzle Dazzle Rose #E328C6
Tints of Razzle Dazzle Rose #E328C6
RGB
CMYK
RGB Variations
Color information
#E328C6 (or 0xE328C6) is known color: Razzle Dazzle Rose. HEX triplet: E3, 28 and C6. RGB value is (227,40,198). Sum of RGB (Red+Green+Blue) = 227+40+198=465 (61% of max value = 765). Red value is 227 (89.06% from 255 or 48.82% from 465); Green value is 40 (16.02% from 255 or 8.60% from 465); Blue value is 198 (77.73% from 255 or 42.58% from 465); Max value from RGB is 227 - color contains mainly: red. Hex color #E328C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E328C6 is #1CD739. Grayscale: #717171. Windows color (decimal): -1890106 or 12986595. OLE color: 12986595.
HSL color Cylindrical-coordinate representation of color #E328C6: hue angle of 309.3º 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 #E328C6 is Cyan = 0, Magento = 0.82, Yellow = 0.13 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 40 | 198 | - |
| CMYK | 0 | 0.82 | 0.13 | 0.11 |
| HSL | 309.3º | 0.77% | 0.52% | - |
| HSV(B) | 309.3º | 0.82% | 0.89% | - |
| XYZ | 42.63 | 21.93 | 55.41 | - |
| YUV | 113.93 | 175.45 | 208.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 40 | 198 | 0 | 0.82 | 0.13 | 0.11 | 309.3 | 0.77 | 0.52 |
| Hex | E3 | 28 | C6 | 0 | 52 | D | B | 135 | 4D | 34 |
| Octal | 343 | 50 | 306 | 0 | 122 | 15 | 13 | 465 | 115 | 64 |
| Binary | 11100011 | 101000 | 11000110 | 0 | 1010010 | 1101 | 1011 | 100110101 | 1001101 | 110100 |
Color Harmonies of #E328C6
Complementary color
Monochromatic Colors of #E328C6
Black with #E328C6
Text Example
Text Example
White with #E328C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E328C6; }
p { color: rgb(227,40,198); }
H1.HeaderClassName
{
color: #E328C6;
}
.AnyTagClassName
{
color: #E328C6;
}
</style>
background-color css
<style>
a { background-color: #E328C6; }
a { background-color: rgb(227,40,198); }
div.DivClassName
{
background-color: #E328C6;
}
.BgClassName
{
background-color: #E328C6;
}
</style>
border-color css
<style>
span { border-color: #E328C6; }
span { border-color: rgb(227,40,198); }
td.TdClassName
{
border-color: #E328C6;
}
.TagClassName
{
border-color: #E328C6;
}
</style>