Shades of Razzle Dazzle Rose #E62EED
Tints of Razzle Dazzle Rose #E62EED
RGB
CMYK
RGB Variations
Color information
#E62EED (or 0xE62EED) is known color: Razzle Dazzle Rose. HEX triplet: E6, 2E and ED. RGB value is (230,46,237). Sum of RGB (Red+Green+Blue) = 230+46+237=513 (67% of max value = 765). Red value is 230 (90.23% from 255 or 44.83% from 513); Green value is 46 (18.36% from 255 or 8.97% from 513); Blue value is 237 (92.97% from 255 or 46.20% from 513); Max value from RGB is 237 - color contains mainly: blue. Hex color #E62EED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E62EED is #19D112. Grayscale: #7A7A7A. Windows color (decimal): -1691923 or 15544038. OLE color: 15544038.
HSL color Cylindrical-coordinate representation of color #E62EED: hue angle of 297.8º 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 #E62EED is Cyan = 0.03, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 230 | 46 | 237 | - |
| CMYK | 0.03 | 0.81 | 0 | 0.07 |
| HSL | 297.8º | 0.84% | 0.55% | - |
| HSV(B) | 297.8º | 0.81% | 0.93% | - |
| XYZ | 48.9 | 24.89 | 82.35 | - |
| YUV | 122.79 | 192.46 | 204.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 46 | 237 | 0.03 | 0.81 | 0 | 0.07 | 297.8 | 0.84 | 0.55 |
| Hex | E6 | 2E | ED | 3 | 51 | 0 | 7 | 12A | 54 | 37 |
| Octal | 346 | 56 | 355 | 3 | 121 | 0 | 7 | 452 | 124 | 67 |
| Binary | 11100110 | 101110 | 11101101 | 11 | 1010001 | 0 | 111 | 100101010 | 1010100 | 110111 |
Color Harmonies of #E62EED
Complementary color
Monochromatic Colors of #E62EED
Black with #E62EED
Text Example
Text Example
White with #E62EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62EED; }
p { color: rgb(230,46,237); }
H1.HeaderClassName
{
color: #E62EED;
}
.AnyTagClassName
{
color: #E62EED;
}
</style>
background-color css
<style>
a { background-color: #E62EED; }
a { background-color: rgb(230,46,237); }
div.DivClassName
{
background-color: #E62EED;
}
.BgClassName
{
background-color: #E62EED;
}
</style>
border-color css
<style>
span { border-color: #E62EED; }
span { border-color: rgb(230,46,237); }
td.TdClassName
{
border-color: #E62EED;
}
.TagClassName
{
border-color: #E62EED;
}
</style>