Shades of Razzle Dazzle Rose #E32FBB
Tints of Razzle Dazzle Rose #E32FBB
RGB
CMYK
RGB Variations
Color information
#E32FBB (or 0xE32FBB) is known color: Razzle Dazzle Rose. HEX triplet: E3, 2F and BB. RGB value is (227,47,187). Sum of RGB (Red+Green+Blue) = 227+47+187=461 (61% of max value = 765). Red value is 227 (89.06% from 255 or 49.24% from 461); Green value is 47 (18.75% from 255 or 10.20% from 461); Blue value is 187 (73.44% from 255 or 40.56% from 461); Max value from RGB is 227 - color contains mainly: red. Hex color #E32FBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E32FBB is #1CD044. Grayscale: #747474. Windows color (decimal): -1888325 or 12267491. OLE color: 12267491.
HSL color Cylindrical-coordinate representation of color #E32FBB: hue angle of 313.33º 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 #E32FBB is Cyan = 0, Magento = 0.79, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 47 | 187 | - |
| CMYK | 0 | 0.79 | 0.18 | 0.11 |
| HSL | 313.33º | 0.76% | 0.54% | - |
| HSV(B) | 313.33º | 0.79% | 0.89% | - |
| XYZ | 41.66 | 21.95 | 49.05 | - |
| YUV | 116.78 | 167.63 | 206.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 47 | 187 | 0 | 0.79 | 0.18 | 0.11 | 313.33 | 0.76 | 0.54 |
| Hex | E3 | 2F | BB | 0 | 4F | 12 | B | 139 | 4C | 36 |
| Octal | 343 | 57 | 273 | 0 | 117 | 22 | 13 | 471 | 114 | 66 |
| Binary | 11100011 | 101111 | 10111011 | 0 | 1001111 | 10010 | 1011 | 100111001 | 1001100 | 110110 |
Color Harmonies of #E32FBB
Complementary color
Monochromatic Colors of #E32FBB
Black with #E32FBB
Text Example
Text Example
White with #E32FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32FBB; }
p { color: rgb(227,47,187); }
H1.HeaderClassName
{
color: #E32FBB;
}
.AnyTagClassName
{
color: #E32FBB;
}
</style>
background-color css
<style>
a { background-color: #E32FBB; }
a { background-color: rgb(227,47,187); }
div.DivClassName
{
background-color: #E32FBB;
}
.BgClassName
{
background-color: #E32FBB;
}
</style>
border-color css
<style>
span { border-color: #E32FBB; }
span { border-color: rgb(227,47,187); }
td.TdClassName
{
border-color: #E32FBB;
}
.TagClassName
{
border-color: #E32FBB;
}
</style>