Shades of Razzle Dazzle Rose #E533D3
Tints of Razzle Dazzle Rose #E533D3
RGB
CMYK
RGB Variations
Color information
#E533D3 (or 0xE533D3) is known color: Razzle Dazzle Rose. HEX triplet: E5, 33 and D3. RGB value is (229,51,211). Sum of RGB (Red+Green+Blue) = 229+51+211=491 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.64% from 491); Green value is 51 (20.31% from 255 or 10.39% from 491); Blue value is 211 (82.81% from 255 or 42.97% from 491); Max value from RGB is 229 - color contains mainly: red. Hex color #E533D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E533D3 is #1ACC2C. Grayscale: #7A7A7A. Windows color (decimal): -1756205 or 13841381. OLE color: 13841381.
HSL color Cylindrical-coordinate representation of color #E533D3: hue angle of 306.07º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E533D3 is Cyan = 0, Magento = 0.78, Yellow = 0.08 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 51 | 211 | - |
| CMYK | 0 | 0.78 | 0.08 | 0.10 |
| HSL | 306.07º | 0.77% | 0.55% | - |
| HSV(B) | 306.07º | 0.78% | 0.9% | - |
| XYZ | 45.25 | 23.73 | 63.82 | - |
| YUV | 122.46 | 177.97 | 203.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 51 | 211 | 0 | 0.78 | 0.08 | 0.10 | 306.07 | 0.77 | 0.55 |
| Hex | E5 | 33 | D3 | 0 | 4E | 8 | A | 132 | 4D | 37 |
| Octal | 345 | 63 | 323 | 0 | 116 | 10 | 12 | 462 | 115 | 67 |
| Binary | 11100101 | 110011 | 11010011 | 0 | 1001110 | 1000 | 1010 | 100110010 | 1001101 | 110111 |
Color Harmonies of #E533D3
Complementary color
Monochromatic Colors of #E533D3
Black with #E533D3
Text Example
Text Example
White with #E533D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E533D3; }
p { color: rgb(229,51,211); }
H1.HeaderClassName
{
color: #E533D3;
}
.AnyTagClassName
{
color: #E533D3;
}
</style>
background-color css
<style>
a { background-color: #E533D3; }
a { background-color: rgb(229,51,211); }
div.DivClassName
{
background-color: #E533D3;
}
.BgClassName
{
background-color: #E533D3;
}
</style>
border-color css
<style>
span { border-color: #E533D3; }
span { border-color: rgb(229,51,211); }
td.TdClassName
{
border-color: #E533D3;
}
.TagClassName
{
border-color: #E533D3;
}
</style>