Shades of Razzle Dazzle Rose #E62EE5
Tints of Razzle Dazzle Rose #E62EE5
RGB
CMYK
RGB Variations
Color information
#E62EE5 (or 0xE62EE5) is known color: Razzle Dazzle Rose. HEX triplet: E6, 2E and E5. RGB value is (230,46,229). Sum of RGB (Red+Green+Blue) = 230+46+229=505 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.54% from 505); Green value is 46 (18.36% from 255 or 9.11% from 505); Blue value is 229 (89.84% from 255 or 45.35% from 505); Max value from RGB is 230 - color contains mainly: red. Hex color #E62EE5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E62EE5 is #19D11A. Grayscale: #797979. Windows color (decimal): -1691931 or 15019750. OLE color: 15019750.
HSL color Cylindrical-coordinate representation of color #E62EE5: hue angle of 300.33º 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 #E62EE5 is Cyan = 0, Magento = 0.8, Yellow = 0.00 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 46 | 229 | - |
| CMYK | 0 | 0.8 | 0.00 | 0.10 |
| HSL | 300.33º | 0.79% | 0.54% | - |
| HSV(B) | 300.33º | 0.8% | 0.9% | - |
| XYZ | 47.75 | 24.43 | 76.33 | - |
| YUV | 121.88 | 188.46 | 205.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 46 | 229 | 0 | 0.8 | 0.00 | 0.10 | 300.33 | 0.79 | 0.54 |
| Hex | E6 | 2E | E5 | 0 | 50 | 0 | A | 12C | 4F | 36 |
| Octal | 346 | 56 | 345 | 0 | 120 | 0 | 12 | 454 | 117 | 66 |
| Binary | 11100110 | 101110 | 11100101 | 0 | 1010000 | 0 | 1010 | 100101100 | 1001111 | 110110 |
Color Harmonies of #E62EE5
Complementary color
Monochromatic Colors of #E62EE5
Black with #E62EE5
Text Example
Text Example
White with #E62EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62EE5; }
p { color: rgb(230,46,229); }
H1.HeaderClassName
{
color: #E62EE5;
}
.AnyTagClassName
{
color: #E62EE5;
}
</style>
background-color css
<style>
a { background-color: #E62EE5; }
a { background-color: rgb(230,46,229); }
div.DivClassName
{
background-color: #E62EE5;
}
.BgClassName
{
background-color: #E62EE5;
}
</style>
border-color css
<style>
span { border-color: #E62EE5; }
span { border-color: rgb(230,46,229); }
td.TdClassName
{
border-color: #E62EE5;
}
.TagClassName
{
border-color: #E62EE5;
}
</style>