Shades of Razzle Dazzle Rose #E32FBC
Tints of Razzle Dazzle Rose #E32FBC
RGB
CMYK
RGB Variations
Color information
#E32FBC (or 0xE32FBC) is known color: Razzle Dazzle Rose. HEX triplet: E3, 2F and BC. RGB value is (227,47,188). Sum of RGB (Red+Green+Blue) = 227+47+188=462 (61% of max value = 765). Red value is 227 (89.06% from 255 or 49.13% from 462); Green value is 47 (18.75% from 255 or 10.17% from 462); Blue value is 188 (73.83% from 255 or 40.69% from 462); Max value from RGB is 227 - color contains mainly: red. Hex color #E32FBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E32FBC is #1CD043. Grayscale: #747474. Windows color (decimal): -1888324 or 12333027. OLE color: 12333027.
HSL color Cylindrical-coordinate representation of color #E32FBC: hue angle of 313º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E32FBC is Cyan = 0, Magento = 0.79, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 47 | 188 | - |
| CMYK | 0 | 0.79 | 0.17 | 0.11 |
| HSL | 313º | 0.76% | 0.54% | - |
| HSV(B) | 313º | 0.79% | 0.89% | - |
| XYZ | 41.77 | 21.99 | 49.62 | - |
| YUV | 116.89 | 168.13 | 206.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 47 | 188 | 0 | 0.79 | 0.17 | 0.11 | 313 | 0.76 | 0.54 |
| Hex | E3 | 2F | BC | 0 | 4F | 11 | B | 139 | 4C | 36 |
| Octal | 343 | 57 | 274 | 0 | 117 | 21 | 13 | 471 | 114 | 66 |
| Binary | 11100011 | 101111 | 10111100 | 0 | 1001111 | 10001 | 1011 | 100111001 | 1001100 | 110110 |
Color Harmonies of #E32FBC
Complementary color
Monochromatic Colors of #E32FBC
Black with #E32FBC
Text Example
Text Example
White with #E32FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32FBC; }
p { color: rgb(227,47,188); }
H1.HeaderClassName
{
color: #E32FBC;
}
.AnyTagClassName
{
color: #E32FBC;
}
</style>
background-color css
<style>
a { background-color: #E32FBC; }
a { background-color: rgb(227,47,188); }
div.DivClassName
{
background-color: #E32FBC;
}
.BgClassName
{
background-color: #E32FBC;
}
</style>
border-color css
<style>
span { border-color: #E32FBC; }
span { border-color: rgb(227,47,188); }
td.TdClassName
{
border-color: #E32FBC;
}
.TagClassName
{
border-color: #E32FBC;
}
</style>