Shades of Razzle Dazzle Rose #E030B6
Tints of Razzle Dazzle Rose #E030B6
RGB
CMYK
RGB Variations
Color information
#E030B6 (or 0xE030B6) is known color: Razzle Dazzle Rose. HEX triplet: E0, 30 and B6. RGB value is (224,48,182). Sum of RGB (Red+Green+Blue) = 224+48+182=454 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.34% from 454); Green value is 48 (19.14% from 255 or 10.57% from 454); Blue value is 182 (71.48% from 255 or 40.09% from 454); Max value from RGB is 224 - color contains mainly: red. Hex color #E030B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E030B6 is #1FCF49. Grayscale: #737373. Windows color (decimal): -2084682 or 11940064. OLE color: 11940064.
HSL color Cylindrical-coordinate representation of color #E030B6: hue angle of 314.32º 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 #E030B6 is Cyan = 0, Magento = 0.79, Yellow = 0.19 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 48 | 182 | - |
| CMYK | 0 | 0.79 | 0.19 | 0.12 |
| HSL | 314.32º | 0.74% | 0.53% | - |
| HSV(B) | 314.32º | 0.79% | 0.88% | - |
| XYZ | 40.24 | 21.34 | 46.25 | - |
| YUV | 115.9 | 165.31 | 205.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 48 | 182 | 0 | 0.79 | 0.19 | 0.12 | 314.32 | 0.74 | 0.53 |
| Hex | E0 | 30 | B6 | 0 | 4F | 13 | C | 13A | 4A | 35 |
| Octal | 340 | 60 | 266 | 0 | 117 | 23 | 14 | 472 | 112 | 65 |
| Binary | 11100000 | 110000 | 10110110 | 0 | 1001111 | 10011 | 1100 | 100111010 | 1001010 | 110101 |
Color Harmonies of #E030B6
Complementary color
Monochromatic Colors of #E030B6
Black with #E030B6
Text Example
Text Example
White with #E030B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E030B6; }
p { color: rgb(224,48,182); }
H1.HeaderClassName
{
color: #E030B6;
}
.AnyTagClassName
{
color: #E030B6;
}
</style>
background-color css
<style>
a { background-color: #E030B6; }
a { background-color: rgb(224,48,182); }
div.DivClassName
{
background-color: #E030B6;
}
.BgClassName
{
background-color: #E030B6;
}
</style>
border-color css
<style>
span { border-color: #E030B6; }
span { border-color: rgb(224,48,182); }
td.TdClassName
{
border-color: #E030B6;
}
.TagClassName
{
border-color: #E030B6;
}
</style>