Shades of Razzle Dazzle Rose #E032B7
Tints of Razzle Dazzle Rose #E032B7
RGB
CMYK
RGB Variations
Color information
#E032B7 (or 0xE032B7) is known color: Razzle Dazzle Rose. HEX triplet: E0, 32 and B7. RGB value is (224,50,183). Sum of RGB (Red+Green+Blue) = 224+50+183=457 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.02% from 457); Green value is 50 (19.92% from 255 or 10.94% from 457); Blue value is 183 (71.88% from 255 or 40.04% from 457); Max value from RGB is 224 - color contains mainly: red. Hex color #E032B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E032B7 is #1FCD48. Grayscale: #747474. Windows color (decimal): -2084169 or 12006112. OLE color: 12006112.
HSL color Cylindrical-coordinate representation of color #E032B7: hue angle of 314.14º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E032B7 is Cyan = 0, Magento = 0.78, Yellow = 0.18 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 50 | 183 | - |
| CMYK | 0 | 0.78 | 0.18 | 0.12 |
| HSL | 314.14º | 0.74% | 0.54% | - |
| HSV(B) | 314.14º | 0.78% | 0.88% | - |
| XYZ | 40.43 | 21.55 | 46.83 | - |
| YUV | 117.19 | 165.15 | 204.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 50 | 183 | 0 | 0.78 | 0.18 | 0.12 | 314.14 | 0.74 | 0.54 |
| Hex | E0 | 32 | B7 | 0 | 4E | 12 | C | 13A | 4A | 36 |
| Octal | 340 | 62 | 267 | 0 | 116 | 22 | 14 | 472 | 112 | 66 |
| Binary | 11100000 | 110010 | 10110111 | 0 | 1001110 | 10010 | 1100 | 100111010 | 1001010 | 110110 |
Color Harmonies of #E032B7
Complementary color
Monochromatic Colors of #E032B7
Black with #E032B7
Text Example
Text Example
White with #E032B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E032B7; }
p { color: rgb(224,50,183); }
H1.HeaderClassName
{
color: #E032B7;
}
.AnyTagClassName
{
color: #E032B7;
}
</style>
background-color css
<style>
a { background-color: #E032B7; }
a { background-color: rgb(224,50,183); }
div.DivClassName
{
background-color: #E032B7;
}
.BgClassName
{
background-color: #E032B7;
}
</style>
border-color css
<style>
span { border-color: #E032B7; }
span { border-color: rgb(224,50,183); }
td.TdClassName
{
border-color: #E032B7;
}
.TagClassName
{
border-color: #E032B7;
}
</style>