Shades of Razzle Dazzle Rose #E542B9
Tints of Razzle Dazzle Rose #E542B9
RGB
CMYK
RGB Variations
Color information
#E542B9 (or 0xE542B9) is known color: Razzle Dazzle Rose. HEX triplet: E5, 42 and B9. RGB value is (229,66,185). Sum of RGB (Red+Green+Blue) = 229+66+185=480 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.71% from 480); Green value is 66 (26.17% from 255 or 13.75% from 480); Blue value is 185 (72.66% from 255 or 38.54% from 480); Max value from RGB is 229 - color contains mainly: red. Hex color #E542B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E542B9 is #1ABD46. Grayscale: #7F7F7F. Windows color (decimal): -1752391 or 12141285. OLE color: 12141285.
HSL color Cylindrical-coordinate representation of color #E542B9: hue angle of 316.2º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E542B9 is Cyan = 0, Magento = 0.71, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 66 | 185 | - |
| CMYK | 0 | 0.71 | 0.19 | 0.10 |
| HSL | 316.2º | 0.76% | 0.58% | - |
| HSV(B) | 316.2º | 0.71% | 0.9% | - |
| XYZ | 43.02 | 24.06 | 48.28 | - |
| YUV | 128.3 | 160 | 199.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 66 | 185 | 0 | 0.71 | 0.19 | 0.10 | 316.2 | 0.76 | 0.58 |
| Hex | E5 | 42 | B9 | 0 | 47 | 13 | A | 13C | 4C | 3A |
| Octal | 345 | 102 | 271 | 0 | 107 | 23 | 12 | 474 | 114 | 72 |
| Binary | 11100101 | 1000010 | 10111001 | 0 | 1000111 | 10011 | 1010 | 100111100 | 1001100 | 111010 |
Color Harmonies of #E542B9
Complementary color
Monochromatic Colors of #E542B9
Black with #E542B9
Text Example
Text Example
White with #E542B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E542B9; }
p { color: rgb(229,66,185); }
H1.HeaderClassName
{
color: #E542B9;
}
.AnyTagClassName
{
color: #E542B9;
}
</style>
background-color css
<style>
a { background-color: #E542B9; }
a { background-color: rgb(229,66,185); }
div.DivClassName
{
background-color: #E542B9;
}
.BgClassName
{
background-color: #E542B9;
}
</style>
border-color css
<style>
span { border-color: #E542B9; }
span { border-color: rgb(229,66,185); }
td.TdClassName
{
border-color: #E542B9;
}
.TagClassName
{
border-color: #E542B9;
}
</style>