Shades of Razzle Dazzle Rose #E334DA
Tints of Razzle Dazzle Rose #E334DA
RGB
CMYK
RGB Variations
Color information
#E334DA (or 0xE334DA) is known color: Razzle Dazzle Rose. HEX triplet: E3, 34 and DA. RGB value is (227,52,218). Sum of RGB (Red+Green+Blue) = 227+52+218=497 (65% of max value = 765). Red value is 227 (89.06% from 255 or 45.67% from 497); Green value is 52 (20.70% from 255 or 10.46% from 497); Blue value is 218 (85.55% from 255 or 43.86% from 497); Max value from RGB is 227 - color contains mainly: red. Hex color #E334DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E334DA is #1CCB25. Grayscale: #7A7A7A. Windows color (decimal): -1887014 or 14300387. OLE color: 14300387.
HSL color Cylindrical-coordinate representation of color #E334DA: hue angle of 303.09º 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 #E334DA is Cyan = 0, Magento = 0.77, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 52 | 218 | - |
| CMYK | 0 | 0.77 | 0.04 | 0.11 |
| HSL | 303.09º | 0.76% | 0.55% | - |
| HSV(B) | 303.09º | 0.77% | 0.89% | - |
| XYZ | 45.56 | 23.85 | 68.53 | - |
| YUV | 123.25 | 181.48 | 202 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 52 | 218 | 0 | 0.77 | 0.04 | 0.11 | 303.09 | 0.76 | 0.55 |
| Hex | E3 | 34 | DA | 0 | 4D | 4 | B | 12F | 4C | 37 |
| Octal | 343 | 64 | 332 | 0 | 115 | 4 | 13 | 457 | 114 | 67 |
| Binary | 11100011 | 110100 | 11011010 | 0 | 1001101 | 100 | 1011 | 100101111 | 1001100 | 110111 |
Color Harmonies of #E334DA
Complementary color
Monochromatic Colors of #E334DA
Black with #E334DA
Text Example
Text Example
White with #E334DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E334DA; }
p { color: rgb(227,52,218); }
H1.HeaderClassName
{
color: #E334DA;
}
.AnyTagClassName
{
color: #E334DA;
}
</style>
background-color css
<style>
a { background-color: #E334DA; }
a { background-color: rgb(227,52,218); }
div.DivClassName
{
background-color: #E334DA;
}
.BgClassName
{
background-color: #E334DA;
}
</style>
border-color css
<style>
span { border-color: #E334DA; }
span { border-color: rgb(227,52,218); }
td.TdClassName
{
border-color: #E334DA;
}
.TagClassName
{
border-color: #E334DA;
}
</style>