Shades of Razzle Dazzle Rose #E62AE6
Tints of Razzle Dazzle Rose #E62AE6
RGB
CMYK
RGB Variations
Color information
#E62AE6 (or 0xE62AE6) is known color: Razzle Dazzle Rose. HEX triplet: E6, 2A and E6. RGB value is (230,42,230). Sum of RGB (Red+Green+Blue) = 230+42+230=502 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.82% from 502); Green value is 42 (16.80% from 255 or 8.37% from 502); Blue value is 230 (90.23% from 255 or 45.82% from 502); Max value from RGB is 230 - color contains mainly: red, blue. Hex color #E62AE6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E62AE6 is #19D519. Grayscale: #777777. Windows color (decimal): -1692954 or 15084262. OLE color: 15084262.
HSL color Cylindrical-coordinate representation of color #E62AE6: hue angle of 300º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E62AE6 is Cyan = 0, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 42 | 230 | - |
| CMYK | 0 | 0.82 | 0 | 0.10 |
| HSL | 300º | 0.79% | 0.53% | - |
| HSV(B) | 300º | 0.82% | 0.9% | - |
| XYZ | 47.74 | 24.19 | 77.02 | - |
| YUV | 119.64 | 190.28 | 206.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 42 | 230 | 0 | 0.82 | 0 | 0.10 | 300 | 0.79 | 0.53 |
| Hex | E6 | 2A | E6 | 0 | 52 | 0 | A | 12C | 4F | 35 |
| Octal | 346 | 52 | 346 | 0 | 122 | 0 | 12 | 454 | 117 | 65 |
| Binary | 11100110 | 101010 | 11100110 | 0 | 1010010 | 0 | 1010 | 100101100 | 1001111 | 110101 |
Color Harmonies of #E62AE6
Complementary color
Monochromatic Colors of #E62AE6
Black with #E62AE6
Text Example
Text Example
White with #E62AE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62AE6; }
p { color: rgb(230,42,230); }
H1.HeaderClassName
{
color: #E62AE6;
}
.AnyTagClassName
{
color: #E62AE6;
}
</style>
background-color css
<style>
a { background-color: #E62AE6; }
a { background-color: rgb(230,42,230); }
div.DivClassName
{
background-color: #E62AE6;
}
.BgClassName
{
background-color: #E62AE6;
}
</style>
border-color css
<style>
span { border-color: #E62AE6; }
span { border-color: rgb(230,42,230); }
td.TdClassName
{
border-color: #E62AE6;
}
.TagClassName
{
border-color: #E62AE6;
}
</style>