Shades of Razzle Dazzle Rose #E62DDA
Tints of Razzle Dazzle Rose #E62DDA
RGB
CMYK
RGB Variations
Color information
#E62DDA (or 0xE62DDA) is known color: Razzle Dazzle Rose. HEX triplet: E6, 2D and DA. RGB value is (230,45,218). Sum of RGB (Red+Green+Blue) = 230+45+218=493 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.65% from 493); Green value is 45 (17.97% from 255 or 9.13% from 493); Blue value is 218 (85.55% from 255 or 44.22% from 493); Max value from RGB is 230 - color contains mainly: red. Hex color #E62DDA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E62DDA is #19D225. Grayscale: #777777. Windows color (decimal): -1692198 or 14298598. OLE color: 14298598.
HSL color Cylindrical-coordinate representation of color #E62DDA: hue angle of 303.89º 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 #E62DDA is Cyan = 0, Magento = 0.80, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 45 | 218 | - |
| CMYK | 0 | 0.80 | 0.05 | 0.10 |
| HSL | 303.89º | 0.79% | 0.54% | - |
| HSV(B) | 303.89º | 0.8% | 0.9% | - |
| XYZ | 46.23 | 23.76 | 68.48 | - |
| YUV | 120.04 | 183.29 | 206.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 45 | 218 | 0 | 0.80 | 0.05 | 0.10 | 303.89 | 0.79 | 0.54 |
| Hex | E6 | 2D | DA | 0 | 50 | 5 | A | 130 | 4F | 36 |
| Octal | 346 | 55 | 332 | 0 | 120 | 5 | 12 | 460 | 117 | 66 |
| Binary | 11100110 | 101101 | 11011010 | 0 | 1010000 | 101 | 1010 | 100110000 | 1001111 | 110110 |
Color Harmonies of #E62DDA
Complementary color
Monochromatic Colors of #E62DDA
Black with #E62DDA
Text Example
Text Example
White with #E62DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62DDA; }
p { color: rgb(230,45,218); }
H1.HeaderClassName
{
color: #E62DDA;
}
.AnyTagClassName
{
color: #E62DDA;
}
</style>
background-color css
<style>
a { background-color: #E62DDA; }
a { background-color: rgb(230,45,218); }
div.DivClassName
{
background-color: #E62DDA;
}
.BgClassName
{
background-color: #E62DDA;
}
</style>
border-color css
<style>
span { border-color: #E62DDA; }
span { border-color: rgb(230,45,218); }
td.TdClassName
{
border-color: #E62DDA;
}
.TagClassName
{
border-color: #E62DDA;
}
</style>