Shades of Razzle Dazzle Rose #E62ADE
Tints of Razzle Dazzle Rose #E62ADE
RGB
CMYK
RGB Variations
Color information
#E62ADE (or 0xE62ADE) is known color: Razzle Dazzle Rose. HEX triplet: E6, 2A and DE. RGB value is (230,42,222). Sum of RGB (Red+Green+Blue) = 230+42+222=494 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.56% from 494); Green value is 42 (16.80% from 255 or 8.50% from 494); Blue value is 222 (87.11% from 255 or 44.94% from 494); Max value from RGB is 230 - color contains mainly: red. Hex color #E62ADE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E62ADE is #19D521. Grayscale: #767676. Windows color (decimal): -1692962 or 14559974. OLE color: 14559974.
HSL color Cylindrical-coordinate representation of color #E62ADE: hue angle of 302.55º 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 #E62ADE is Cyan = 0, Magento = 0.82, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 42 | 222 | - |
| CMYK | 0 | 0.82 | 0.03 | 0.10 |
| HSL | 302.55º | 0.79% | 0.53% | - |
| HSV(B) | 302.55º | 0.82% | 0.9% | - |
| XYZ | 46.65 | 23.75 | 71.23 | - |
| YUV | 118.73 | 186.28 | 207.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 42 | 222 | 0 | 0.82 | 0.03 | 0.10 | 302.55 | 0.79 | 0.53 |
| Hex | E6 | 2A | DE | 0 | 52 | 3 | A | 12F | 4F | 35 |
| Octal | 346 | 52 | 336 | 0 | 122 | 3 | 12 | 457 | 117 | 65 |
| Binary | 11100110 | 101010 | 11011110 | 0 | 1010010 | 11 | 1010 | 100101111 | 1001111 | 110101 |
Color Harmonies of #E62ADE
Complementary color
Monochromatic Colors of #E62ADE
Black with #E62ADE
Text Example
Text Example
White with #E62ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62ADE; }
p { color: rgb(230,42,222); }
H1.HeaderClassName
{
color: #E62ADE;
}
.AnyTagClassName
{
color: #E62ADE;
}
</style>
background-color css
<style>
a { background-color: #E62ADE; }
a { background-color: rgb(230,42,222); }
div.DivClassName
{
background-color: #E62ADE;
}
.BgClassName
{
background-color: #E62ADE;
}
</style>
border-color css
<style>
span { border-color: #E62ADE; }
span { border-color: rgb(230,42,222); }
td.TdClassName
{
border-color: #E62ADE;
}
.TagClassName
{
border-color: #E62ADE;
}
</style>