Shades of Razzle Dazzle Rose #E337BD
Tints of Razzle Dazzle Rose #E337BD
RGB
CMYK
RGB Variations
Color information
#E337BD (or 0xE337BD) is known color: Razzle Dazzle Rose. HEX triplet: E3, 37 and BD. RGB value is (227,55,189). Sum of RGB (Red+Green+Blue) = 227+55+189=471 (62% of max value = 765). Red value is 227 (89.06% from 255 or 48.20% from 471); Green value is 55 (21.88% from 255 or 11.68% from 471); Blue value is 189 (74.22% from 255 or 40.13% from 471); Max value from RGB is 227 - color contains mainly: red. Hex color #E337BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E337BD is #1CC842. Grayscale: #797979. Windows color (decimal): -1886275 or 12400611. OLE color: 12400611.
HSL color Cylindrical-coordinate representation of color #E337BD: hue angle of 313.26º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E337BD is Cyan = 0, Magento = 0.76, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 55 | 189 | - |
| CMYK | 0 | 0.76 | 0.17 | 0.11 |
| HSL | 313.26º | 0.75% | 0.55% | - |
| HSV(B) | 313.26º | 0.76% | 0.89% | - |
| XYZ | 42.23 | 22.74 | 50.31 | - |
| YUV | 121.7 | 165.98 | 203.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 55 | 189 | 0 | 0.76 | 0.17 | 0.11 | 313.26 | 0.75 | 0.55 |
| Hex | E3 | 37 | BD | 0 | 4C | 11 | B | 139 | 4B | 37 |
| Octal | 343 | 67 | 275 | 0 | 114 | 21 | 13 | 471 | 113 | 67 |
| Binary | 11100011 | 110111 | 10111101 | 0 | 1001100 | 10001 | 1011 | 100111001 | 1001011 | 110111 |
Color Harmonies of #E337BD
Complementary color
Monochromatic Colors of #E337BD
Black with #E337BD
Text Example
Text Example
White with #E337BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E337BD; }
p { color: rgb(227,55,189); }
H1.HeaderClassName
{
color: #E337BD;
}
.AnyTagClassName
{
color: #E337BD;
}
</style>
background-color css
<style>
a { background-color: #E337BD; }
a { background-color: rgb(227,55,189); }
div.DivClassName
{
background-color: #E337BD;
}
.BgClassName
{
background-color: #E337BD;
}
</style>
border-color css
<style>
span { border-color: #E337BD; }
span { border-color: rgb(227,55,189); }
td.TdClassName
{
border-color: #E337BD;
}
.TagClassName
{
border-color: #E337BD;
}
</style>