Shades of Razzle Dazzle Rose #E62DB8
Tints of Razzle Dazzle Rose #E62DB8
RGB
CMYK
RGB Variations
Color information
#E62DB8 (or 0xE62DB8) is known color: Razzle Dazzle Rose. HEX triplet: E6, 2D and B8. RGB value is (230,45,184). Sum of RGB (Red+Green+Blue) = 230+45+184=459 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.11% from 459); Green value is 45 (17.97% from 255 or 9.80% from 459); Blue value is 184 (72.27% from 255 or 40.09% from 459); Max value from RGB is 230 - color contains mainly: red. Hex color #E62DB8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E62DB8 is #19D247. Grayscale: #737373. Windows color (decimal): -1692232 or 12070374. OLE color: 12070374.
HSL color Cylindrical-coordinate representation of color #E62DB8: hue angle of 314.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 #E62DB8 is Cyan = 0, Magento = 0.80, Yellow = 0.2 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 45 | 184 | - |
| CMYK | 0 | 0.80 | 0.2 | 0.10 |
| HSL | 314.92º | 0.79% | 0.54% | - |
| HSV(B) | 314.92º | 0.8% | 0.9% | - |
| XYZ | 42.22 | 22.16 | 47.4 | - |
| YUV | 116.16 | 166.29 | 209.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 45 | 184 | 0 | 0.80 | 0.2 | 0.10 | 314.92 | 0.79 | 0.54 |
| Hex | E6 | 2D | B8 | 0 | 50 | 14 | A | 13B | 4F | 36 |
| Octal | 346 | 55 | 270 | 0 | 120 | 24 | 12 | 473 | 117 | 66 |
| Binary | 11100110 | 101101 | 10111000 | 0 | 1010000 | 10100 | 1010 | 100111011 | 1001111 | 110110 |
Color Harmonies of #E62DB8
Complementary color
Monochromatic Colors of #E62DB8
Black with #E62DB8
Text Example
Text Example
White with #E62DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62DB8; }
p { color: rgb(230,45,184); }
H1.HeaderClassName
{
color: #E62DB8;
}
.AnyTagClassName
{
color: #E62DB8;
}
</style>
background-color css
<style>
a { background-color: #E62DB8; }
a { background-color: rgb(230,45,184); }
div.DivClassName
{
background-color: #E62DB8;
}
.BgClassName
{
background-color: #E62DB8;
}
</style>
border-color css
<style>
span { border-color: #E62DB8; }
span { border-color: rgb(230,45,184); }
td.TdClassName
{
border-color: #E62DB8;
}
.TagClassName
{
border-color: #E62DB8;
}
</style>