Shades of Razzle Dazzle Rose #E334DF
Tints of Razzle Dazzle Rose #E334DF
RGB
CMYK
RGB Variations
Color information
#E334DF (or 0xE334DF) is known color: Razzle Dazzle Rose. HEX triplet: E3, 34 and DF. RGB value is (227,52,223). Sum of RGB (Red+Green+Blue) = 227+52+223=502 (66% of max value = 765). Red value is 227 (89.06% from 255 or 45.22% from 502); Green value is 52 (20.70% from 255 or 10.36% from 502); Blue value is 223 (87.5% from 255 or 44.42% from 502); Max value from RGB is 227 - color contains mainly: red. Hex color #E334DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E334DF is #1CCB20. Grayscale: #7B7B7B. Windows color (decimal): -1887009 or 14628067. OLE color: 14628067.
HSL color Cylindrical-coordinate representation of color #E334DF: hue angle of 301.37º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E334DF is Cyan = 0, Magento = 0.77, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 52 | 223 | - |
| CMYK | 0 | 0.77 | 0.02 | 0.11 |
| HSL | 301.37º | 0.76% | 0.55% | - |
| HSV(B) | 301.37º | 0.77% | 0.89% | - |
| XYZ | 46.23 | 24.11 | 72.03 | - |
| YUV | 123.82 | 183.98 | 201.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 52 | 223 | 0 | 0.77 | 0.02 | 0.11 | 301.37 | 0.76 | 0.55 |
| Hex | E3 | 34 | DF | 0 | 4D | 2 | B | 12D | 4C | 37 |
| Octal | 343 | 64 | 337 | 0 | 115 | 2 | 13 | 455 | 114 | 67 |
| Binary | 11100011 | 110100 | 11011111 | 0 | 1001101 | 10 | 1011 | 100101101 | 1001100 | 110111 |
Color Harmonies of #E334DF
Complementary color
Monochromatic Colors of #E334DF
Black with #E334DF
Text Example
Text Example
White with #E334DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E334DF; }
p { color: rgb(227,52,223); }
H1.HeaderClassName
{
color: #E334DF;
}
.AnyTagClassName
{
color: #E334DF;
}
</style>
background-color css
<style>
a { background-color: #E334DF; }
a { background-color: rgb(227,52,223); }
div.DivClassName
{
background-color: #E334DF;
}
.BgClassName
{
background-color: #E334DF;
}
</style>
border-color css
<style>
span { border-color: #E334DF; }
span { border-color: rgb(227,52,223); }
td.TdClassName
{
border-color: #E334DF;
}
.TagClassName
{
border-color: #E334DF;
}
</style>