Shades of Razzle Dazzle Rose #E335DA
Tints of Razzle Dazzle Rose #E335DA
RGB
CMYK
RGB Variations
Color information
#E335DA (or 0xE335DA) is known color: Razzle Dazzle Rose. HEX triplet: E3, 35 and DA. RGB value is (227,53,218). Sum of RGB (Red+Green+Blue) = 227+53+218=498 (65% of max value = 765). Red value is 227 (89.06% from 255 or 45.58% from 498); Green value is 53 (21.09% from 255 or 10.64% from 498); Blue value is 218 (85.55% from 255 or 43.78% from 498); Max value from RGB is 227 - color contains mainly: red. Hex color #E335DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E335DA is #1CCA25. Grayscale: #7B7B7B. Windows color (decimal): -1886758 or 14300643. OLE color: 14300643.
HSL color Cylindrical-coordinate representation of color #E335DA: hue angle of 303.1º 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 #E335DA is Cyan = 0, Magento = 0.77, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 53 | 218 | - |
| CMYK | 0 | 0.77 | 0.04 | 0.11 |
| HSL | 303.1º | 0.76% | 0.55% | - |
| HSV(B) | 303.1º | 0.77% | 0.89% | - |
| XYZ | 45.61 | 23.94 | 68.55 | - |
| YUV | 123.84 | 181.15 | 201.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 53 | 218 | 0 | 0.77 | 0.04 | 0.11 | 303.1 | 0.76 | 0.55 |
| Hex | E3 | 35 | DA | 0 | 4D | 4 | B | 12F | 4C | 37 |
| Octal | 343 | 65 | 332 | 0 | 115 | 4 | 13 | 457 | 114 | 67 |
| Binary | 11100011 | 110101 | 11011010 | 0 | 1001101 | 100 | 1011 | 100101111 | 1001100 | 110111 |
Color Harmonies of #E335DA
Complementary color
Monochromatic Colors of #E335DA
Black with #E335DA
Text Example
Text Example
White with #E335DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E335DA; }
p { color: rgb(227,53,218); }
H1.HeaderClassName
{
color: #E335DA;
}
.AnyTagClassName
{
color: #E335DA;
}
</style>
background-color css
<style>
a { background-color: #E335DA; }
a { background-color: rgb(227,53,218); }
div.DivClassName
{
background-color: #E335DA;
}
.BgClassName
{
background-color: #E335DA;
}
</style>
border-color css
<style>
span { border-color: #E335DA; }
span { border-color: rgb(227,53,218); }
td.TdClassName
{
border-color: #E335DA;
}
.TagClassName
{
border-color: #E335DA;
}
</style>