Shades of Razzle Dazzle Rose #E62EDB
Tints of Razzle Dazzle Rose #E62EDB
RGB
CMYK
RGB Variations
Color information
#E62EDB (or 0xE62EDB) is known color: Razzle Dazzle Rose. HEX triplet: E6, 2E and DB. RGB value is (230,46,219). Sum of RGB (Red+Green+Blue) = 230+46+219=495 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.46% from 495); Green value is 46 (18.36% from 255 or 9.29% from 495); Blue value is 219 (85.94% from 255 or 44.24% from 495); Max value from RGB is 230 - color contains mainly: red. Hex color #E62EDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E62EDB is #19D124. Grayscale: #787878. Windows color (decimal): -1691941 or 14364390. OLE color: 14364390.
HSL color Cylindrical-coordinate representation of color #E62EDB: hue angle of 303.59º 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 #E62EDB is Cyan = 0, Magento = 0.8, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 46 | 219 | - |
| CMYK | 0 | 0.8 | 0.05 | 0.10 |
| HSL | 303.59º | 0.79% | 0.54% | - |
| HSV(B) | 303.59º | 0.8% | 0.9% | - |
| XYZ | 46.4 | 23.89 | 69.18 | - |
| YUV | 120.74 | 183.46 | 205.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 46 | 219 | 0 | 0.8 | 0.05 | 0.10 | 303.59 | 0.79 | 0.54 |
| Hex | E6 | 2E | DB | 0 | 50 | 5 | A | 130 | 4F | 36 |
| Octal | 346 | 56 | 333 | 0 | 120 | 5 | 12 | 460 | 117 | 66 |
| Binary | 11100110 | 101110 | 11011011 | 0 | 1010000 | 101 | 1010 | 100110000 | 1001111 | 110110 |
Color Harmonies of #E62EDB
Complementary color
Monochromatic Colors of #E62EDB
Black with #E62EDB
Text Example
Text Example
White with #E62EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62EDB; }
p { color: rgb(230,46,219); }
H1.HeaderClassName
{
color: #E62EDB;
}
.AnyTagClassName
{
color: #E62EDB;
}
</style>
background-color css
<style>
a { background-color: #E62EDB; }
a { background-color: rgb(230,46,219); }
div.DivClassName
{
background-color: #E62EDB;
}
.BgClassName
{
background-color: #E62EDB;
}
</style>
border-color css
<style>
span { border-color: #E62EDB; }
span { border-color: rgb(230,46,219); }
td.TdClassName
{
border-color: #E62EDB;
}
.TagClassName
{
border-color: #E62EDB;
}
</style>