Shades of Razzle Dazzle Rose #E32DBB
Tints of Razzle Dazzle Rose #E32DBB
RGB
CMYK
RGB Variations
Color information
#E32DBB (or 0xE32DBB) is known color: Razzle Dazzle Rose. HEX triplet: E3, 2D and BB. RGB value is (227,45,187). Sum of RGB (Red+Green+Blue) = 227+45+187=459 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.46% from 459); Green value is 45 (17.97% from 255 or 9.80% from 459); Blue value is 187 (73.44% from 255 or 40.74% from 459); Max value from RGB is 227 - color contains mainly: red. Hex color #E32DBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E32DBB is #1CD244. Grayscale: #737373. Windows color (decimal): -1888837 or 12266979. OLE color: 12266979.
HSL color Cylindrical-coordinate representation of color #E32DBB: hue angle of 313.19º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E32DBB is Cyan = 0, Magento = 0.80, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 45 | 187 | - |
| CMYK | 0 | 0.80 | 0.18 | 0.11 |
| HSL | 313.19º | 0.76% | 0.53% | - |
| HSV(B) | 313.19º | 0.8% | 0.89% | - |
| XYZ | 41.59 | 21.8 | 49.03 | - |
| YUV | 115.61 | 168.3 | 207.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 45 | 187 | 0 | 0.80 | 0.18 | 0.11 | 313.19 | 0.76 | 0.53 |
| Hex | E3 | 2D | BB | 0 | 50 | 12 | B | 139 | 4C | 35 |
| Octal | 343 | 55 | 273 | 0 | 120 | 22 | 13 | 471 | 114 | 65 |
| Binary | 11100011 | 101101 | 10111011 | 0 | 1010000 | 10010 | 1011 | 100111001 | 1001100 | 110101 |
Color Harmonies of #E32DBB
Complementary color
Monochromatic Colors of #E32DBB
Black with #E32DBB
Text Example
Text Example
White with #E32DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32DBB; }
p { color: rgb(227,45,187); }
H1.HeaderClassName
{
color: #E32DBB;
}
.AnyTagClassName
{
color: #E32DBB;
}
</style>
background-color css
<style>
a { background-color: #E32DBB; }
a { background-color: rgb(227,45,187); }
div.DivClassName
{
background-color: #E32DBB;
}
.BgClassName
{
background-color: #E32DBB;
}
</style>
border-color css
<style>
span { border-color: #E32DBB; }
span { border-color: rgb(227,45,187); }
td.TdClassName
{
border-color: #E32DBB;
}
.TagClassName
{
border-color: #E32DBB;
}
</style>