Shades of Razzle Dazzle Rose #E030D1
Tints of Razzle Dazzle Rose #E030D1
RGB
CMYK
RGB Variations
Color information
#E030D1 (or 0xE030D1) is known color: Razzle Dazzle Rose. HEX triplet: E0, 30 and D1. RGB value is (224,48,209). Sum of RGB (Red+Green+Blue) = 224+48+209=481 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.57% from 481); Green value is 48 (19.14% from 255 or 9.98% from 481); Blue value is 209 (82.03% from 255 or 43.45% from 481); Max value from RGB is 224 - color contains mainly: red. Hex color #E030D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E030D1 is #1FCF2E. Grayscale: #767676. Windows color (decimal): -2084655 or 13709536. OLE color: 13709536.
HSL color Cylindrical-coordinate representation of color #E030D1: hue angle of 305.11º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E030D1 is Cyan = 0, Magento = 0.79, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 48 | 209 | - |
| CMYK | 0 | 0.79 | 0.07 | 0.12 |
| HSL | 305.11º | 0.74% | 0.53% | - |
| HSV(B) | 305.11º | 0.79% | 0.88% | - |
| XYZ | 43.31 | 22.56 | 62.39 | - |
| YUV | 118.98 | 178.81 | 202.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 48 | 209 | 0 | 0.79 | 0.07 | 0.12 | 305.11 | 0.74 | 0.53 |
| Hex | E0 | 30 | D1 | 0 | 4F | 7 | C | 131 | 4A | 35 |
| Octal | 340 | 60 | 321 | 0 | 117 | 7 | 14 | 461 | 112 | 65 |
| Binary | 11100000 | 110000 | 11010001 | 0 | 1001111 | 111 | 1100 | 100110001 | 1001010 | 110101 |
Color Harmonies of #E030D1
Complementary color
Monochromatic Colors of #E030D1
Black with #E030D1
Text Example
Text Example
White with #E030D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E030D1; }
p { color: rgb(224,48,209); }
H1.HeaderClassName
{
color: #E030D1;
}
.AnyTagClassName
{
color: #E030D1;
}
</style>
background-color css
<style>
a { background-color: #E030D1; }
a { background-color: rgb(224,48,209); }
div.DivClassName
{
background-color: #E030D1;
}
.BgClassName
{
background-color: #E030D1;
}
</style>
border-color css
<style>
span { border-color: #E030D1; }
span { border-color: rgb(224,48,209); }
td.TdClassName
{
border-color: #E030D1;
}
.TagClassName
{
border-color: #E030D1;
}
</style>