Shades of Razzle Dazzle Rose #E328DF
Tints of Razzle Dazzle Rose #E328DF
RGB
CMYK
RGB Variations
Color information
#E328DF (or 0xE328DF) is known color: Razzle Dazzle Rose. HEX triplet: E3, 28 and DF. RGB value is (227,40,223). Sum of RGB (Red+Green+Blue) = 227+40+223=490 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.33% from 490); Green value is 40 (16.02% from 255 or 8.16% from 490); Blue value is 223 (87.5% from 255 or 45.51% from 490); Max value from RGB is 227 - color contains mainly: red. Hex color #E328DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E328DF is #1CD720. Grayscale: #747474. Windows color (decimal): -1890081 or 14624995. OLE color: 14624995.
HSL color Cylindrical-coordinate representation of color #E328DF: hue angle of 301.28º 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 #E328DF is Cyan = 0, Magento = 0.82, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 40 | 223 | - |
| CMYK | 0 | 0.82 | 0.02 | 0.11 |
| HSL | 301.28º | 0.77% | 0.52% | - |
| HSV(B) | 301.28º | 0.82% | 0.89% | - |
| XYZ | 45.76 | 23.18 | 71.87 | - |
| YUV | 116.78 | 187.95 | 206.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 40 | 223 | 0 | 0.82 | 0.02 | 0.11 | 301.28 | 0.77 | 0.52 |
| Hex | E3 | 28 | DF | 0 | 52 | 2 | B | 12D | 4D | 34 |
| Octal | 343 | 50 | 337 | 0 | 122 | 2 | 13 | 455 | 115 | 64 |
| Binary | 11100011 | 101000 | 11011111 | 0 | 1010010 | 10 | 1011 | 100101101 | 1001101 | 110100 |
Color Harmonies of #E328DF
Complementary color
Monochromatic Colors of #E328DF
Black with #E328DF
Text Example
Text Example
White with #E328DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E328DF; }
p { color: rgb(227,40,223); }
H1.HeaderClassName
{
color: #E328DF;
}
.AnyTagClassName
{
color: #E328DF;
}
</style>
background-color css
<style>
a { background-color: #E328DF; }
a { background-color: rgb(227,40,223); }
div.DivClassName
{
background-color: #E328DF;
}
.BgClassName
{
background-color: #E328DF;
}
</style>
border-color css
<style>
span { border-color: #E328DF; }
span { border-color: rgb(227,40,223); }
td.TdClassName
{
border-color: #E328DF;
}
.TagClassName
{
border-color: #E328DF;
}
</style>