Shades of Razzle Dazzle Rose #E62ECE
Tints of Razzle Dazzle Rose #E62ECE
RGB
CMYK
RGB Variations
Color information
#E62ECE (or 0xE62ECE) is known color: Razzle Dazzle Rose. HEX triplet: E6, 2E and CE. RGB value is (230,46,206). Sum of RGB (Red+Green+Blue) = 230+46+206=482 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.72% from 482); Green value is 46 (18.36% from 255 or 9.54% from 482); Blue value is 206 (80.86% from 255 or 42.74% from 482); Max value from RGB is 230 - color contains mainly: red. Hex color #E62ECE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E62ECE is #19D131. Grayscale: #767676. Windows color (decimal): -1691954 or 13512422. OLE color: 13512422.
HSL color Cylindrical-coordinate representation of color #E62ECE: hue angle of 307.83º 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 #E62ECE is Cyan = 0, Magento = 0.8, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 46 | 206 | - |
| CMYK | 0 | 0.8 | 0.10 | 0.10 |
| HSL | 307.83º | 0.79% | 0.54% | - |
| HSV(B) | 307.83º | 0.8% | 0.9% | - |
| XYZ | 44.75 | 23.23 | 60.52 | - |
| YUV | 119.26 | 176.96 | 206.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 46 | 206 | 0 | 0.8 | 0.10 | 0.10 | 307.83 | 0.79 | 0.54 |
| Hex | E6 | 2E | CE | 0 | 50 | A | A | 134 | 4F | 36 |
| Octal | 346 | 56 | 316 | 0 | 120 | 12 | 12 | 464 | 117 | 66 |
| Binary | 11100110 | 101110 | 11001110 | 0 | 1010000 | 1010 | 1010 | 100110100 | 1001111 | 110110 |
Color Harmonies of #E62ECE
Complementary color
Monochromatic Colors of #E62ECE
Black with #E62ECE
Text Example
Text Example
White with #E62ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62ECE; }
p { color: rgb(230,46,206); }
H1.HeaderClassName
{
color: #E62ECE;
}
.AnyTagClassName
{
color: #E62ECE;
}
</style>
background-color css
<style>
a { background-color: #E62ECE; }
a { background-color: rgb(230,46,206); }
div.DivClassName
{
background-color: #E62ECE;
}
.BgClassName
{
background-color: #E62ECE;
}
</style>
border-color css
<style>
span { border-color: #E62ECE; }
span { border-color: rgb(230,46,206); }
td.TdClassName
{
border-color: #E62ECE;
}
.TagClassName
{
border-color: #E62ECE;
}
</style>