Shades of Razzle Dazzle Rose #E62FDB
Tints of Razzle Dazzle Rose #E62FDB
RGB
CMYK
RGB Variations
Color information
#E62FDB (or 0xE62FDB) is known color: Razzle Dazzle Rose. HEX triplet: E6, 2F and DB. RGB value is (230,47,219). Sum of RGB (Red+Green+Blue) = 230+47+219=496 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.37% from 496); Green value is 47 (18.75% from 255 or 9.48% from 496); Blue value is 219 (85.94% from 255 or 44.15% from 496); Max value from RGB is 230 - color contains mainly: red. Hex color #E62FDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E62FDB is #19D024. Grayscale: #787878. Windows color (decimal): -1691685 or 14364646. OLE color: 14364646.
HSL color Cylindrical-coordinate representation of color #E62FDB: hue angle of 303.61º 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 #E62FDB is Cyan = 0, Magento = 0.80, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 47 | 219 | - |
| CMYK | 0 | 0.80 | 0.05 | 0.10 |
| HSL | 303.61º | 0.79% | 0.54% | - |
| HSV(B) | 303.61º | 0.8% | 0.9% | - |
| XYZ | 46.44 | 23.97 | 69.2 | - |
| YUV | 121.33 | 183.13 | 205.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 47 | 219 | 0 | 0.80 | 0.05 | 0.10 | 303.61 | 0.79 | 0.54 |
| Hex | E6 | 2F | DB | 0 | 50 | 5 | A | 130 | 4F | 36 |
| Octal | 346 | 57 | 333 | 0 | 120 | 5 | 12 | 460 | 117 | 66 |
| Binary | 11100110 | 101111 | 11011011 | 0 | 1010000 | 101 | 1010 | 100110000 | 1001111 | 110110 |
Color Harmonies of #E62FDB
Complementary color
Monochromatic Colors of #E62FDB
Black with #E62FDB
Text Example
Text Example
White with #E62FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62FDB; }
p { color: rgb(230,47,219); }
H1.HeaderClassName
{
color: #E62FDB;
}
.AnyTagClassName
{
color: #E62FDB;
}
</style>
background-color css
<style>
a { background-color: #E62FDB; }
a { background-color: rgb(230,47,219); }
div.DivClassName
{
background-color: #E62FDB;
}
.BgClassName
{
background-color: #E62FDB;
}
</style>
border-color css
<style>
span { border-color: #E62FDB; }
span { border-color: rgb(230,47,219); }
td.TdClassName
{
border-color: #E62FDB;
}
.TagClassName
{
border-color: #E62FDB;
}
</style>