Shades of Razzle Dazzle Rose #E62CDB
Tints of Razzle Dazzle Rose #E62CDB
RGB
CMYK
RGB Variations
Color information
#E62CDB (or 0xE62CDB) is known color: Razzle Dazzle Rose. HEX triplet: E6, 2C and DB. RGB value is (230,44,219). Sum of RGB (Red+Green+Blue) = 230+44+219=493 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.65% from 493); Green value is 44 (17.58% from 255 or 8.92% from 493); Blue value is 219 (85.94% from 255 or 44.42% from 493); Max value from RGB is 230 - color contains mainly: red. Hex color #E62CDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E62CDB is #19D324. Grayscale: #777777. Windows color (decimal): -1692453 or 14363878. OLE color: 14363878.
HSL color Cylindrical-coordinate representation of color #E62CDB: hue angle of 303.55º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E62CDB is Cyan = 0, Magento = 0.81, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 44 | 219 | - |
| CMYK | 0 | 0.81 | 0.05 | 0.10 |
| HSL | 303.55º | 0.79% | 0.54% | - |
| HSV(B) | 303.55º | 0.81% | 0.9% | - |
| XYZ | 46.32 | 23.74 | 69.16 | - |
| YUV | 119.56 | 184.12 | 206.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 44 | 219 | 0 | 0.81 | 0.05 | 0.10 | 303.55 | 0.79 | 0.54 |
| Hex | E6 | 2C | DB | 0 | 51 | 5 | A | 130 | 4F | 36 |
| Octal | 346 | 54 | 333 | 0 | 121 | 5 | 12 | 460 | 117 | 66 |
| Binary | 11100110 | 101100 | 11011011 | 0 | 1010001 | 101 | 1010 | 100110000 | 1001111 | 110110 |
Color Harmonies of #E62CDB
Complementary color
Monochromatic Colors of #E62CDB
Black with #E62CDB
Text Example
Text Example
White with #E62CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62CDB; }
p { color: rgb(230,44,219); }
H1.HeaderClassName
{
color: #E62CDB;
}
.AnyTagClassName
{
color: #E62CDB;
}
</style>
background-color css
<style>
a { background-color: #E62CDB; }
a { background-color: rgb(230,44,219); }
div.DivClassName
{
background-color: #E62CDB;
}
.BgClassName
{
background-color: #E62CDB;
}
</style>
border-color css
<style>
span { border-color: #E62CDB; }
span { border-color: rgb(230,44,219); }
td.TdClassName
{
border-color: #E62CDB;
}
.TagClassName
{
border-color: #E62CDB;
}
</style>