Shades of Razzle Dazzle Rose #E62FE0
Tints of Razzle Dazzle Rose #E62FE0
RGB
CMYK
RGB Variations
Color information
#E62FE0 (or 0xE62FE0) is known color: Razzle Dazzle Rose. HEX triplet: E6, 2F and E0. RGB value is (230,47,224). Sum of RGB (Red+Green+Blue) = 230+47+224=501 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.91% from 501); Green value is 47 (18.75% from 255 or 9.38% from 501); Blue value is 224 (87.89% from 255 or 44.71% from 501); Max value from RGB is 230 - color contains mainly: red. Hex color #E62FE0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E62FE0 is #19D01F. Grayscale: #797979. Windows color (decimal): -1691680 or 14692326. OLE color: 14692326.
HSL color Cylindrical-coordinate representation of color #E62FE0: hue angle of 301.97º 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 #E62FE0 is Cyan = 0, Magento = 0.80, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 47 | 224 | - |
| CMYK | 0 | 0.80 | 0.03 | 0.10 |
| HSL | 301.97º | 0.79% | 0.54% | - |
| HSV(B) | 301.97º | 0.8% | 0.9% | - |
| XYZ | 47.1 | 24.24 | 72.72 | - |
| YUV | 121.9 | 185.63 | 205.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 47 | 224 | 0 | 0.80 | 0.03 | 0.10 | 301.97 | 0.79 | 0.54 |
| Hex | E6 | 2F | E0 | 0 | 50 | 3 | A | 12E | 4F | 36 |
| Octal | 346 | 57 | 340 | 0 | 120 | 3 | 12 | 456 | 117 | 66 |
| Binary | 11100110 | 101111 | 11100000 | 0 | 1010000 | 11 | 1010 | 100101110 | 1001111 | 110110 |
Color Harmonies of #E62FE0
Complementary color
Monochromatic Colors of #E62FE0
Black with #E62FE0
Text Example
Text Example
White with #E62FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62FE0; }
p { color: rgb(230,47,224); }
H1.HeaderClassName
{
color: #E62FE0;
}
.AnyTagClassName
{
color: #E62FE0;
}
</style>
background-color css
<style>
a { background-color: #E62FE0; }
a { background-color: rgb(230,47,224); }
div.DivClassName
{
background-color: #E62FE0;
}
.BgClassName
{
background-color: #E62FE0;
}
</style>
border-color css
<style>
span { border-color: #E62FE0; }
span { border-color: rgb(230,47,224); }
td.TdClassName
{
border-color: #E62FE0;
}
.TagClassName
{
border-color: #E62FE0;
}
</style>