Shades of Razzle Dazzle Rose #E53DBE
Tints of Razzle Dazzle Rose #E53DBE
RGB
CMYK
RGB Variations
Color information
#E53DBE (or 0xE53DBE) is known color: Razzle Dazzle Rose. HEX triplet: E5, 3D and BE. RGB value is (229,61,190). Sum of RGB (Red+Green+Blue) = 229+61+190=480 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.71% from 480); Green value is 61 (24.22% from 255 or 12.71% from 480); Blue value is 190 (74.61% from 255 or 39.58% from 480); Max value from RGB is 229 - color contains mainly: red. Hex color #E53DBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E53DBE is #1AC241. Grayscale: #7D7D7D. Windows color (decimal): -1753666 or 12467685. OLE color: 12467685.
HSL color Cylindrical-coordinate representation of color #E53DBE: hue angle of 313.93º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E53DBE is Cyan = 0, Magento = 0.73, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 61 | 190 | - |
| CMYK | 0 | 0.73 | 0.17 | 0.10 |
| HSL | 313.93º | 0.76% | 0.57% | - |
| HSV(B) | 313.93º | 0.73% | 0.9% | - |
| XYZ | 43.28 | 23.71 | 51.01 | - |
| YUV | 125.94 | 164.16 | 201.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 61 | 190 | 0 | 0.73 | 0.17 | 0.10 | 313.93 | 0.76 | 0.57 |
| Hex | E5 | 3D | BE | 0 | 49 | 11 | A | 13A | 4C | 39 |
| Octal | 345 | 75 | 276 | 0 | 111 | 21 | 12 | 472 | 114 | 71 |
| Binary | 11100101 | 111101 | 10111110 | 0 | 1001001 | 10001 | 1010 | 100111010 | 1001100 | 111001 |
Color Harmonies of #E53DBE
Complementary color
Monochromatic Colors of #E53DBE
Black with #E53DBE
Text Example
Text Example
White with #E53DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53DBE; }
p { color: rgb(229,61,190); }
H1.HeaderClassName
{
color: #E53DBE;
}
.AnyTagClassName
{
color: #E53DBE;
}
</style>
background-color css
<style>
a { background-color: #E53DBE; }
a { background-color: rgb(229,61,190); }
div.DivClassName
{
background-color: #E53DBE;
}
.BgClassName
{
background-color: #E53DBE;
}
</style>
border-color css
<style>
span { border-color: #E53DBE; }
span { border-color: rgb(229,61,190); }
td.TdClassName
{
border-color: #E53DBE;
}
.TagClassName
{
border-color: #E53DBE;
}
</style>