Shades of Razzle Dazzle Rose #E62EDF
Tints of Razzle Dazzle Rose #E62EDF
RGB
CMYK
RGB Variations
Color information
#E62EDF (or 0xE62EDF) is known color: Razzle Dazzle Rose. HEX triplet: E6, 2E and DF. RGB value is (230,46,223). Sum of RGB (Red+Green+Blue) = 230+46+223=499 (66% of max value = 765). Red value is 230 (90.23% from 255 or 46.09% from 499); Green value is 46 (18.36% from 255 or 9.22% from 499); Blue value is 223 (87.5% from 255 or 44.69% from 499); Max value from RGB is 230 - color contains mainly: red. Hex color #E62EDF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E62EDF is #19D120. Grayscale: #787878. Windows color (decimal): -1691937 or 14626534. OLE color: 14626534.
HSL color Cylindrical-coordinate representation of color #E62EDF: hue angle of 302.28º 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 #E62EDF is Cyan = 0, Magento = 0.8, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 46 | 223 | - |
| CMYK | 0 | 0.8 | 0.03 | 0.10 |
| HSL | 302.28º | 0.79% | 0.54% | - |
| HSV(B) | 302.28º | 0.8% | 0.9% | - |
| XYZ | 46.93 | 24.1 | 71.99 | - |
| YUV | 121.19 | 185.46 | 205.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 46 | 223 | 0 | 0.8 | 0.03 | 0.10 | 302.28 | 0.79 | 0.54 |
| Hex | E6 | 2E | DF | 0 | 50 | 3 | A | 12E | 4F | 36 |
| Octal | 346 | 56 | 337 | 0 | 120 | 3 | 12 | 456 | 117 | 66 |
| Binary | 11100110 | 101110 | 11011111 | 0 | 1010000 | 11 | 1010 | 100101110 | 1001111 | 110110 |
Color Harmonies of #E62EDF
Complementary color
Monochromatic Colors of #E62EDF
Black with #E62EDF
Text Example
Text Example
White with #E62EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62EDF; }
p { color: rgb(230,46,223); }
H1.HeaderClassName
{
color: #E62EDF;
}
.AnyTagClassName
{
color: #E62EDF;
}
</style>
background-color css
<style>
a { background-color: #E62EDF; }
a { background-color: rgb(230,46,223); }
div.DivClassName
{
background-color: #E62EDF;
}
.BgClassName
{
background-color: #E62EDF;
}
</style>
border-color css
<style>
span { border-color: #E62EDF; }
span { border-color: rgb(230,46,223); }
td.TdClassName
{
border-color: #E62EDF;
}
.TagClassName
{
border-color: #E62EDF;
}
</style>