Shades of Razzle Dazzle Rose #E030DB
Tints of Razzle Dazzle Rose #E030DB
RGB
CMYK
RGB Variations
Color information
#E030DB (or 0xE030DB) is known color: Razzle Dazzle Rose. HEX triplet: E0, 30 and DB. RGB value is (224,48,219). Sum of RGB (Red+Green+Blue) = 224+48+219=491 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.62% from 491); Green value is 48 (19.14% from 255 or 9.78% from 491); Blue value is 219 (85.94% from 255 or 44.60% from 491); Max value from RGB is 224 - color contains mainly: red. Hex color #E030DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E030DB is #1FCF24. Grayscale: #777777. Windows color (decimal): -2084645 or 14364896. OLE color: 14364896.
HSL color Cylindrical-coordinate representation of color #E030DB: hue angle of 301.7º 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 #E030DB is Cyan = 0, Magento = 0.79, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 48 | 219 | - |
| CMYK | 0 | 0.79 | 0.02 | 0.12 |
| HSL | 301.7º | 0.74% | 0.53% | - |
| HSV(B) | 301.7º | 0.79% | 0.88% | - |
| XYZ | 44.58 | 23.08 | 69.12 | - |
| YUV | 120.12 | 183.81 | 202.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 48 | 219 | 0 | 0.79 | 0.02 | 0.12 | 301.7 | 0.74 | 0.53 |
| Hex | E0 | 30 | DB | 0 | 4F | 2 | C | 12E | 4A | 35 |
| Octal | 340 | 60 | 333 | 0 | 117 | 2 | 14 | 456 | 112 | 65 |
| Binary | 11100000 | 110000 | 11011011 | 0 | 1001111 | 10 | 1100 | 100101110 | 1001010 | 110101 |
Color Harmonies of #E030DB
Complementary color
Monochromatic Colors of #E030DB
Black with #E030DB
Text Example
Text Example
White with #E030DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E030DB; }
p { color: rgb(224,48,219); }
H1.HeaderClassName
{
color: #E030DB;
}
.AnyTagClassName
{
color: #E030DB;
}
</style>
background-color css
<style>
a { background-color: #E030DB; }
a { background-color: rgb(224,48,219); }
div.DivClassName
{
background-color: #E030DB;
}
.BgClassName
{
background-color: #E030DB;
}
</style>
border-color css
<style>
span { border-color: #E030DB; }
span { border-color: rgb(224,48,219); }
td.TdClassName
{
border-color: #E030DB;
}
.TagClassName
{
border-color: #E030DB;
}
</style>