Shades of Razzle Dazzle Rose #E42EED
Tints of Razzle Dazzle Rose #E42EED
RGB
CMYK
RGB Variations
Color information
#E42EED (or 0xE42EED) is known color: Razzle Dazzle Rose. HEX triplet: E4, 2E and ED. RGB value is (228,46,237). Sum of RGB (Red+Green+Blue) = 228+46+237=511 (67% of max value = 765). Red value is 228 (89.45% from 255 or 44.62% from 511); Green value is 46 (18.36% from 255 or 9.00% from 511); Blue value is 237 (92.97% from 255 or 46.38% from 511); Max value from RGB is 237 - color contains mainly: blue. Hex color #E42EED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E42EED is #1BD112. Grayscale: #797979. Windows color (decimal): -1822995 or 15544036. OLE color: 15544036.
HSL color Cylindrical-coordinate representation of color #E42EED: hue angle of 297.17º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E42EED is Cyan = 0.04, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 228 | 46 | 237 | - |
| CMYK | 0.04 | 0.81 | 0 | 0.07 |
| HSL | 297.17º | 0.84% | 0.55% | - |
| HSV(B) | 297.17º | 0.81% | 0.93% | - |
| XYZ | 48.26 | 24.56 | 82.32 | - |
| YUV | 122.19 | 192.8 | 203.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 46 | 237 | 0.04 | 0.81 | 0 | 0.07 | 297.17 | 0.84 | 0.55 |
| Hex | E4 | 2E | ED | 4 | 51 | 0 | 7 | 129 | 54 | 37 |
| Octal | 344 | 56 | 355 | 4 | 121 | 0 | 7 | 451 | 124 | 67 |
| Binary | 11100100 | 101110 | 11101101 | 100 | 1010001 | 0 | 111 | 100101001 | 1010100 | 110111 |
Color Harmonies of #E42EED
Complementary color
Monochromatic Colors of #E42EED
Black with #E42EED
Text Example
Text Example
White with #E42EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42EED; }
p { color: rgb(228,46,237); }
H1.HeaderClassName
{
color: #E42EED;
}
.AnyTagClassName
{
color: #E42EED;
}
</style>
background-color css
<style>
a { background-color: #E42EED; }
a { background-color: rgb(228,46,237); }
div.DivClassName
{
background-color: #E42EED;
}
.BgClassName
{
background-color: #E42EED;
}
</style>
border-color css
<style>
span { border-color: #E42EED; }
span { border-color: rgb(228,46,237); }
td.TdClassName
{
border-color: #E42EED;
}
.TagClassName
{
border-color: #E42EED;
}
</style>