Shades of Razzle Dazzle Rose #E531EA
Tints of Razzle Dazzle Rose #E531EA
RGB
CMYK
RGB Variations
Color information
#E531EA (or 0xE531EA) is known color: Razzle Dazzle Rose. HEX triplet: E5, 31 and EA. RGB value is (229,49,234). Sum of RGB (Red+Green+Blue) = 229+49+234=512 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.73% from 512); Green value is 49 (19.53% from 255 or 9.57% from 512); Blue value is 234 (91.80% from 255 or 45.70% from 512); Max value from RGB is 234 - color contains mainly: blue. Hex color #E531EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E531EA is #1ACE15. Grayscale: #7B7B7B. Windows color (decimal): -1756694 or 15348197. OLE color: 15348197.
HSL color Cylindrical-coordinate representation of color #E531EA: hue angle of 298.38º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E531EA is Cyan = 0.02, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 229 | 49 | 234 | - |
| CMYK | 0.02 | 0.79 | 0 | 0.08 |
| HSL | 298.38º | 0.81% | 0.55% | - |
| HSV(B) | 298.38º | 0.79% | 0.92% | - |
| XYZ | 48.26 | 24.8 | 80.08 | - |
| YUV | 123.91 | 190.13 | 202.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 49 | 234 | 0.02 | 0.79 | 0 | 0.08 | 298.38 | 0.81 | 0.55 |
| Hex | E5 | 31 | EA | 2 | 4F | 0 | 8 | 12A | 51 | 37 |
| Octal | 345 | 61 | 352 | 2 | 117 | 0 | 10 | 452 | 121 | 67 |
| Binary | 11100101 | 110001 | 11101010 | 10 | 1001111 | 0 | 1000 | 100101010 | 1010001 | 110111 |
Color Harmonies of #E531EA
Complementary color
Monochromatic Colors of #E531EA
Black with #E531EA
Text Example
Text Example
White with #E531EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E531EA; }
p { color: rgb(229,49,234); }
H1.HeaderClassName
{
color: #E531EA;
}
.AnyTagClassName
{
color: #E531EA;
}
</style>
background-color css
<style>
a { background-color: #E531EA; }
a { background-color: rgb(229,49,234); }
div.DivClassName
{
background-color: #E531EA;
}
.BgClassName
{
background-color: #E531EA;
}
</style>
border-color css
<style>
span { border-color: #E531EA; }
span { border-color: rgb(229,49,234); }
td.TdClassName
{
border-color: #E531EA;
}
.TagClassName
{
border-color: #E531EA;
}
</style>