Shades of Razzle Dazzle Rose #E62DDD
Tints of Razzle Dazzle Rose #E62DDD
RGB
CMYK
RGB Variations
Color information
#E62DDD (or 0xE62DDD) is known color: Razzle Dazzle Rose. HEX triplet: E6, 2D and DD. RGB value is (230,45,221). Sum of RGB (Red+Green+Blue) = 230+45+221=496 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.37% from 496); Green value is 45 (17.97% from 255 or 9.07% from 496); Blue value is 221 (86.72% from 255 or 44.56% from 496); Max value from RGB is 230 - color contains mainly: red. Hex color #E62DDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E62DDD is #19D222. Grayscale: #777777. Windows color (decimal): -1692195 or 14495206. OLE color: 14495206.
HSL color Cylindrical-coordinate representation of color #E62DDD: hue angle of 302.92º 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 #E62DDD is Cyan = 0, Magento = 0.80, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 45 | 221 | - |
| CMYK | 0 | 0.80 | 0.04 | 0.10 |
| HSL | 302.92º | 0.79% | 0.54% | - |
| HSV(B) | 302.92º | 0.8% | 0.9% | - |
| XYZ | 46.62 | 23.92 | 70.57 | - |
| YUV | 120.38 | 184.79 | 206.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 45 | 221 | 0 | 0.80 | 0.04 | 0.10 | 302.92 | 0.79 | 0.54 |
| Hex | E6 | 2D | DD | 0 | 50 | 4 | A | 12F | 4F | 36 |
| Octal | 346 | 55 | 335 | 0 | 120 | 4 | 12 | 457 | 117 | 66 |
| Binary | 11100110 | 101101 | 11011101 | 0 | 1010000 | 100 | 1010 | 100101111 | 1001111 | 110110 |
Color Harmonies of #E62DDD
Complementary color
Monochromatic Colors of #E62DDD
Black with #E62DDD
Text Example
Text Example
White with #E62DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62DDD; }
p { color: rgb(230,45,221); }
H1.HeaderClassName
{
color: #E62DDD;
}
.AnyTagClassName
{
color: #E62DDD;
}
</style>
background-color css
<style>
a { background-color: #E62DDD; }
a { background-color: rgb(230,45,221); }
div.DivClassName
{
background-color: #E62DDD;
}
.BgClassName
{
background-color: #E62DDD;
}
</style>
border-color css
<style>
span { border-color: #E62DDD; }
span { border-color: rgb(230,45,221); }
td.TdClassName
{
border-color: #E62DDD;
}
.TagClassName
{
border-color: #E62DDD;
}
</style>