Shades of Razzle Dazzle Rose #E030E1
Tints of Razzle Dazzle Rose #E030E1
RGB
CMYK
RGB Variations
Color information
#E030E1 (or 0xE030E1) is known color: Razzle Dazzle Rose. HEX triplet: E0, 30 and E1. RGB value is (224,48,225). Sum of RGB (Red+Green+Blue) = 224+48+225=497 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.07% from 497); Green value is 48 (19.14% from 255 or 9.66% from 497); Blue value is 225 (88.28% from 255 or 45.27% from 497); Max value from RGB is 225 - color contains mainly: blue. Hex color #E030E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E030E1 is #1FCF1E. Grayscale: #787878. Windows color (decimal): -2084639 or 14758112. OLE color: 14758112.
HSL color Cylindrical-coordinate representation of color #E030E1: hue angle of 299.66º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E030E1 is Cyan = 0.00, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 48 | 225 | - |
| CMYK | 0.00 | 0.79 | 0 | 0.12 |
| HSL | 299.66º | 0.75% | 0.54% | - |
| HSV(B) | 299.66º | 0.79% | 0.88% | - |
| XYZ | 45.39 | 23.4 | 73.36 | - |
| YUV | 120.8 | 186.81 | 201.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 48 | 225 | 0.00 | 0.79 | 0 | 0.12 | 299.66 | 0.75 | 0.54 |
| Hex | E0 | 30 | E1 | 0 | 4F | 0 | C | 12C | 4B | 36 |
| Octal | 340 | 60 | 341 | 0 | 117 | 0 | 14 | 454 | 113 | 66 |
| Binary | 11100000 | 110000 | 11100001 | 0 | 1001111 | 0 | 1100 | 100101100 | 1001011 | 110110 |
Color Harmonies of #E030E1
Complementary color
Monochromatic Colors of #E030E1
Black with #E030E1
Text Example
Text Example
White with #E030E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E030E1; }
p { color: rgb(224,48,225); }
H1.HeaderClassName
{
color: #E030E1;
}
.AnyTagClassName
{
color: #E030E1;
}
</style>
background-color css
<style>
a { background-color: #E030E1; }
a { background-color: rgb(224,48,225); }
div.DivClassName
{
background-color: #E030E1;
}
.BgClassName
{
background-color: #E030E1;
}
</style>
border-color css
<style>
span { border-color: #E030E1; }
span { border-color: rgb(224,48,225); }
td.TdClassName
{
border-color: #E030E1;
}
.TagClassName
{
border-color: #E030E1;
}
</style>