Shades of Razzle Dazzle Rose #E032BB
Tints of Razzle Dazzle Rose #E032BB
RGB
CMYK
RGB Variations
Color information
#E032BB (or 0xE032BB) is known color: Razzle Dazzle Rose. HEX triplet: E0, 32 and BB. RGB value is (224,50,187). Sum of RGB (Red+Green+Blue) = 224+50+187=461 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.59% from 461); Green value is 50 (19.92% from 255 or 10.85% from 461); Blue value is 187 (73.44% from 255 or 40.56% from 461); Max value from RGB is 224 - color contains mainly: red. Hex color #E032BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E032BB is #1FCD44. Grayscale: #757575. Windows color (decimal): -2084165 or 12268256. OLE color: 12268256.
HSL color Cylindrical-coordinate representation of color #E032BB: hue angle of 312.76º 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 #E032BB is Cyan = 0, Magento = 0.78, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 50 | 187 | - |
| CMYK | 0 | 0.78 | 0.17 | 0.12 |
| HSL | 312.76º | 0.74% | 0.54% | - |
| HSV(B) | 312.76º | 0.78% | 0.88% | - |
| XYZ | 40.85 | 21.72 | 49.05 | - |
| YUV | 117.64 | 167.15 | 203.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 50 | 187 | 0 | 0.78 | 0.17 | 0.12 | 312.76 | 0.74 | 0.54 |
| Hex | E0 | 32 | BB | 0 | 4E | 11 | C | 139 | 4A | 36 |
| Octal | 340 | 62 | 273 | 0 | 116 | 21 | 14 | 471 | 112 | 66 |
| Binary | 11100000 | 110010 | 10111011 | 0 | 1001110 | 10001 | 1100 | 100111001 | 1001010 | 110110 |
Color Harmonies of #E032BB
Complementary color
Monochromatic Colors of #E032BB
Black with #E032BB
Text Example
Text Example
White with #E032BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E032BB; }
p { color: rgb(224,50,187); }
H1.HeaderClassName
{
color: #E032BB;
}
.AnyTagClassName
{
color: #E032BB;
}
</style>
background-color css
<style>
a { background-color: #E032BB; }
a { background-color: rgb(224,50,187); }
div.DivClassName
{
background-color: #E032BB;
}
.BgClassName
{
background-color: #E032BB;
}
</style>
border-color css
<style>
span { border-color: #E032BB; }
span { border-color: rgb(224,50,187); }
td.TdClassName
{
border-color: #E032BB;
}
.TagClassName
{
border-color: #E032BB;
}
</style>