Shades of Razzle Dazzle Rose #E030B8
Tints of Razzle Dazzle Rose #E030B8
RGB
CMYK
RGB Variations
Color information
#E030B8 (or 0xE030B8) is known color: Razzle Dazzle Rose. HEX triplet: E0, 30 and B8. RGB value is (224,48,184). Sum of RGB (Red+Green+Blue) = 224+48+184=456 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.12% from 456); Green value is 48 (19.14% from 255 or 10.53% from 456); Blue value is 184 (72.27% from 255 or 40.35% from 456); Max value from RGB is 224 - color contains mainly: red. Hex color #E030B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E030B8 is #1FCF47. Grayscale: #737373. Windows color (decimal): -2084680 or 12071136. OLE color: 12071136.
HSL color Cylindrical-coordinate representation of color #E030B8: hue angle of 313.64º 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 #E030B8 is Cyan = 0, Magento = 0.79, Yellow = 0.18 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 48 | 184 | - |
| CMYK | 0 | 0.79 | 0.18 | 0.12 |
| HSL | 313.64º | 0.74% | 0.53% | - |
| HSV(B) | 313.64º | 0.79% | 0.88% | - |
| XYZ | 40.45 | 21.42 | 47.35 | - |
| YUV | 116.13 | 166.31 | 204.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 48 | 184 | 0 | 0.79 | 0.18 | 0.12 | 313.64 | 0.74 | 0.53 |
| Hex | E0 | 30 | B8 | 0 | 4F | 12 | C | 13A | 4A | 35 |
| Octal | 340 | 60 | 270 | 0 | 117 | 22 | 14 | 472 | 112 | 65 |
| Binary | 11100000 | 110000 | 10111000 | 0 | 1001111 | 10010 | 1100 | 100111010 | 1001010 | 110101 |
Color Harmonies of #E030B8
Complementary color
Monochromatic Colors of #E030B8
Black with #E030B8
Text Example
Text Example
White with #E030B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E030B8; }
p { color: rgb(224,48,184); }
H1.HeaderClassName
{
color: #E030B8;
}
.AnyTagClassName
{
color: #E030B8;
}
</style>
background-color css
<style>
a { background-color: #E030B8; }
a { background-color: rgb(224,48,184); }
div.DivClassName
{
background-color: #E030B8;
}
.BgClassName
{
background-color: #E030B8;
}
</style>
border-color css
<style>
span { border-color: #E030B8; }
span { border-color: rgb(224,48,184); }
td.TdClassName
{
border-color: #E030B8;
}
.TagClassName
{
border-color: #E030B8;
}
</style>