Shades of Razzle Dazzle Rose #E032BF
Tints of Razzle Dazzle Rose #E032BF
RGB
CMYK
RGB Variations
Color information
#E032BF (or 0xE032BF) is known color: Razzle Dazzle Rose. HEX triplet: E0, 32 and BF. RGB value is (224,50,191). Sum of RGB (Red+Green+Blue) = 224+50+191=465 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.17% from 465); Green value is 50 (19.92% from 255 or 10.75% from 465); Blue value is 191 (75% from 255 or 41.08% from 465); Max value from RGB is 224 - color contains mainly: red. Hex color #E032BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E032BF is #1FCD40. Grayscale: #757575. Windows color (decimal): -2084161 or 12530400. OLE color: 12530400.
HSL color Cylindrical-coordinate representation of color #E032BF: hue angle of 311.38º 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 #E032BF is Cyan = 0, Magento = 0.78, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 50 | 191 | - |
| CMYK | 0 | 0.78 | 0.15 | 0.12 |
| HSL | 311.38º | 0.74% | 0.54% | - |
| HSV(B) | 311.38º | 0.78% | 0.88% | - |
| XYZ | 41.29 | 21.89 | 51.34 | - |
| YUV | 118.1 | 169.15 | 203.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 50 | 191 | 0 | 0.78 | 0.15 | 0.12 | 311.38 | 0.74 | 0.54 |
| Hex | E0 | 32 | BF | 0 | 4E | F | C | 137 | 4A | 36 |
| Octal | 340 | 62 | 277 | 0 | 116 | 17 | 14 | 467 | 112 | 66 |
| Binary | 11100000 | 110010 | 10111111 | 0 | 1001110 | 1111 | 1100 | 100110111 | 1001010 | 110110 |
Color Harmonies of #E032BF
Complementary color
Monochromatic Colors of #E032BF
Black with #E032BF
Text Example
Text Example
White with #E032BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E032BF; }
p { color: rgb(224,50,191); }
H1.HeaderClassName
{
color: #E032BF;
}
.AnyTagClassName
{
color: #E032BF;
}
</style>
background-color css
<style>
a { background-color: #E032BF; }
a { background-color: rgb(224,50,191); }
div.DivClassName
{
background-color: #E032BF;
}
.BgClassName
{
background-color: #E032BF;
}
</style>
border-color css
<style>
span { border-color: #E032BF; }
span { border-color: rgb(224,50,191); }
td.TdClassName
{
border-color: #E032BF;
}
.TagClassName
{
border-color: #E032BF;
}
</style>