Shades of Razzle Dazzle Rose #E531B8
Tints of Razzle Dazzle Rose #E531B8
RGB
CMYK
RGB Variations
Color information
#E531B8 (or 0xE531B8) is known color: Razzle Dazzle Rose. HEX triplet: E5, 31 and B8. RGB value is (229,49,184). Sum of RGB (Red+Green+Blue) = 229+49+184=462 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.57% from 462); Green value is 49 (19.53% from 255 or 10.61% from 462); Blue value is 184 (72.27% from 255 or 39.83% from 462); Max value from RGB is 229 - color contains mainly: red. Hex color #E531B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E531B8 is #1ACE47. Grayscale: #757575. Windows color (decimal): -1756744 or 12071397. OLE color: 12071397.
HSL color Cylindrical-coordinate representation of color #E531B8: hue angle of 315º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E531B8 is Cyan = 0, Magento = 0.79, Yellow = 0.20 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 49 | 184 | - |
| CMYK | 0 | 0.79 | 0.20 | 0.10 |
| HSL | 315º | 0.78% | 0.55% | - |
| HSV(B) | 315º | 0.79% | 0.9% | - |
| XYZ | 42.06 | 22.32 | 47.44 | - |
| YUV | 118.21 | 165.13 | 207.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 49 | 184 | 0 | 0.79 | 0.20 | 0.10 | 315 | 0.78 | 0.55 |
| Hex | E5 | 31 | B8 | 0 | 4F | 14 | A | 13B | 4E | 37 |
| Octal | 345 | 61 | 270 | 0 | 117 | 24 | 12 | 473 | 116 | 67 |
| Binary | 11100101 | 110001 | 10111000 | 0 | 1001111 | 10100 | 1010 | 100111011 | 1001110 | 110111 |
Color Harmonies of #E531B8
Complementary color
Monochromatic Colors of #E531B8
Black with #E531B8
Text Example
Text Example
White with #E531B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E531B8; }
p { color: rgb(229,49,184); }
H1.HeaderClassName
{
color: #E531B8;
}
.AnyTagClassName
{
color: #E531B8;
}
</style>
background-color css
<style>
a { background-color: #E531B8; }
a { background-color: rgb(229,49,184); }
div.DivClassName
{
background-color: #E531B8;
}
.BgClassName
{
background-color: #E531B8;
}
</style>
border-color css
<style>
span { border-color: #E531B8; }
span { border-color: rgb(229,49,184); }
td.TdClassName
{
border-color: #E531B8;
}
.TagClassName
{
border-color: #E531B8;
}
</style>