Shades of Razzle Dazzle Rose #E62EDA
Tints of Razzle Dazzle Rose #E62EDA
RGB
CMYK
RGB Variations
Color information
#E62EDA (or 0xE62EDA) is known color: Razzle Dazzle Rose. HEX triplet: E6, 2E and DA. RGB value is (230,46,218). Sum of RGB (Red+Green+Blue) = 230+46+218=494 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.56% from 494); Green value is 46 (18.36% from 255 or 9.31% from 494); Blue value is 218 (85.55% from 255 or 44.13% from 494); Max value from RGB is 230 - color contains mainly: red. Hex color #E62EDA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E62EDA is #19D125. Grayscale: #787878. Windows color (decimal): -1691942 or 14298854. OLE color: 14298854.
HSL color Cylindrical-coordinate representation of color #E62EDA: hue angle of 303.91º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E62EDA is Cyan = 0, Magento = 0.8, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 46 | 218 | - |
| CMYK | 0 | 0.8 | 0.05 | 0.10 |
| HSL | 303.91º | 0.79% | 0.54% | - |
| HSV(B) | 303.91º | 0.8% | 0.9% | - |
| XYZ | 46.27 | 23.84 | 68.49 | - |
| YUV | 120.62 | 182.96 | 206.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 46 | 218 | 0 | 0.8 | 0.05 | 0.10 | 303.91 | 0.79 | 0.54 |
| Hex | E6 | 2E | DA | 0 | 50 | 5 | A | 130 | 4F | 36 |
| Octal | 346 | 56 | 332 | 0 | 120 | 5 | 12 | 460 | 117 | 66 |
| Binary | 11100110 | 101110 | 11011010 | 0 | 1010000 | 101 | 1010 | 100110000 | 1001111 | 110110 |
Color Harmonies of #E62EDA
Complementary color
Monochromatic Colors of #E62EDA
Black with #E62EDA
Text Example
Text Example
White with #E62EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62EDA; }
p { color: rgb(230,46,218); }
H1.HeaderClassName
{
color: #E62EDA;
}
.AnyTagClassName
{
color: #E62EDA;
}
</style>
background-color css
<style>
a { background-color: #E62EDA; }
a { background-color: rgb(230,46,218); }
div.DivClassName
{
background-color: #E62EDA;
}
.BgClassName
{
background-color: #E62EDA;
}
</style>
border-color css
<style>
span { border-color: #E62EDA; }
span { border-color: rgb(230,46,218); }
td.TdClassName
{
border-color: #E62EDA;
}
.TagClassName
{
border-color: #E62EDA;
}
</style>