Shades of Razzle Dazzle Rose #E536D3
Tints of Razzle Dazzle Rose #E536D3
RGB
CMYK
RGB Variations
Color information
#E536D3 (or 0xE536D3) is known color: Razzle Dazzle Rose. HEX triplet: E5, 36 and D3. RGB value is (229,54,211). Sum of RGB (Red+Green+Blue) = 229+54+211=494 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.36% from 494); Green value is 54 (21.48% from 255 or 10.93% from 494); Blue value is 211 (82.81% from 255 or 42.71% from 494); Max value from RGB is 229 - color contains mainly: red. Hex color #E536D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E536D3 is #1AC92C. Grayscale: #7B7B7B. Windows color (decimal): -1755437 or 13842149. OLE color: 13842149.
HSL color Cylindrical-coordinate representation of color #E536D3: hue angle of 306.17º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E536D3 is Cyan = 0, Magento = 0.76, Yellow = 0.08 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 54 | 211 | - |
| CMYK | 0 | 0.76 | 0.08 | 0.10 |
| HSL | 306.17º | 0.77% | 0.55% | - |
| HSV(B) | 306.17º | 0.76% | 0.9% | - |
| XYZ | 45.39 | 24 | 63.87 | - |
| YUV | 124.22 | 176.98 | 202.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 54 | 211 | 0 | 0.76 | 0.08 | 0.10 | 306.17 | 0.77 | 0.55 |
| Hex | E5 | 36 | D3 | 0 | 4C | 8 | A | 132 | 4D | 37 |
| Octal | 345 | 66 | 323 | 0 | 114 | 10 | 12 | 462 | 115 | 67 |
| Binary | 11100101 | 110110 | 11010011 | 0 | 1001100 | 1000 | 1010 | 100110010 | 1001101 | 110111 |
Color Harmonies of #E536D3
Complementary color
Monochromatic Colors of #E536D3
Black with #E536D3
Text Example
Text Example
White with #E536D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E536D3; }
p { color: rgb(229,54,211); }
H1.HeaderClassName
{
color: #E536D3;
}
.AnyTagClassName
{
color: #E536D3;
}
</style>
background-color css
<style>
a { background-color: #E536D3; }
a { background-color: rgb(229,54,211); }
div.DivClassName
{
background-color: #E536D3;
}
.BgClassName
{
background-color: #E536D3;
}
</style>
border-color css
<style>
span { border-color: #E536D3; }
span { border-color: rgb(229,54,211); }
td.TdClassName
{
border-color: #E536D3;
}
.TagClassName
{
border-color: #E536D3;
}
</style>