Shades of Razzle Dazzle Rose #E62DBE
Tints of Razzle Dazzle Rose #E62DBE
RGB
CMYK
RGB Variations
Color information
#E62DBE (or 0xE62DBE) is known color: Razzle Dazzle Rose. HEX triplet: E6, 2D and BE. RGB value is (230,45,190). Sum of RGB (Red+Green+Blue) = 230+45+190=465 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.46% from 465); Green value is 45 (17.97% from 255 or 9.68% from 465); Blue value is 190 (74.61% from 255 or 40.86% from 465); Max value from RGB is 230 - color contains mainly: red. Hex color #E62DBE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E62DBE is #19D241. Grayscale: #747474. Windows color (decimal): -1692226 or 12463590. OLE color: 12463590.
HSL color Cylindrical-coordinate representation of color #E62DBE: hue angle of 312.97º 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 #E62DBE is Cyan = 0, Magento = 0.80, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 45 | 190 | - |
| CMYK | 0 | 0.80 | 0.17 | 0.10 |
| HSL | 312.97º | 0.79% | 0.54% | - |
| HSV(B) | 312.97º | 0.8% | 0.9% | - |
| XYZ | 42.87 | 22.42 | 50.78 | - |
| YUV | 116.85 | 169.29 | 208.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 45 | 190 | 0 | 0.80 | 0.17 | 0.10 | 312.97 | 0.79 | 0.54 |
| Hex | E6 | 2D | BE | 0 | 50 | 11 | A | 139 | 4F | 36 |
| Octal | 346 | 55 | 276 | 0 | 120 | 21 | 12 | 471 | 117 | 66 |
| Binary | 11100110 | 101101 | 10111110 | 0 | 1010000 | 10001 | 1010 | 100111001 | 1001111 | 110110 |
Color Harmonies of #E62DBE
Complementary color
Monochromatic Colors of #E62DBE
Black with #E62DBE
Text Example
Text Example
White with #E62DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62DBE; }
p { color: rgb(230,45,190); }
H1.HeaderClassName
{
color: #E62DBE;
}
.AnyTagClassName
{
color: #E62DBE;
}
</style>
background-color css
<style>
a { background-color: #E62DBE; }
a { background-color: rgb(230,45,190); }
div.DivClassName
{
background-color: #E62DBE;
}
.BgClassName
{
background-color: #E62DBE;
}
</style>
border-color css
<style>
span { border-color: #E62DBE; }
span { border-color: rgb(230,45,190); }
td.TdClassName
{
border-color: #E62DBE;
}
.TagClassName
{
border-color: #E62DBE;
}
</style>