Shades of Razzle Dazzle Rose #E32DCB
Tints of Razzle Dazzle Rose #E32DCB
RGB
CMYK
RGB Variations
Color information
#E32DCB (or 0xE32DCB) is known color: Razzle Dazzle Rose. HEX triplet: E3, 2D and CB. RGB value is (227,45,203). Sum of RGB (Red+Green+Blue) = 227+45+203=475 (62% of max value = 765). Red value is 227 (89.06% from 255 or 47.79% from 475); Green value is 45 (17.97% from 255 or 9.47% from 475); Blue value is 203 (79.69% from 255 or 42.74% from 475); Max value from RGB is 227 - color contains mainly: red. Hex color #E32DCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E32DCB is #1CD234. Grayscale: #747474. Windows color (decimal): -1888821 or 13315555. OLE color: 13315555.
HSL color Cylindrical-coordinate representation of color #E32DCB: hue angle of 307.91º 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 #E32DCB is Cyan = 0, Magento = 0.80, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 45 | 203 | - |
| CMYK | 0 | 0.80 | 0.11 | 0.11 |
| HSL | 307.91º | 0.76% | 0.53% | - |
| HSV(B) | 307.91º | 0.8% | 0.89% | - |
| XYZ | 43.4 | 22.52 | 58.56 | - |
| YUV | 117.43 | 176.3 | 206.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 45 | 203 | 0 | 0.80 | 0.11 | 0.11 | 307.91 | 0.76 | 0.53 |
| Hex | E3 | 2D | CB | 0 | 50 | B | B | 134 | 4C | 35 |
| Octal | 343 | 55 | 313 | 0 | 120 | 13 | 13 | 464 | 114 | 65 |
| Binary | 11100011 | 101101 | 11001011 | 0 | 1010000 | 1011 | 1011 | 100110100 | 1001100 | 110101 |
Color Harmonies of #E32DCB
Complementary color
Monochromatic Colors of #E32DCB
Black with #E32DCB
Text Example
Text Example
White with #E32DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32DCB; }
p { color: rgb(227,45,203); }
H1.HeaderClassName
{
color: #E32DCB;
}
.AnyTagClassName
{
color: #E32DCB;
}
</style>
background-color css
<style>
a { background-color: #E32DCB; }
a { background-color: rgb(227,45,203); }
div.DivClassName
{
background-color: #E32DCB;
}
.BgClassName
{
background-color: #E32DCB;
}
</style>
border-color css
<style>
span { border-color: #E32DCB; }
span { border-color: rgb(227,45,203); }
td.TdClassName
{
border-color: #E32DCB;
}
.TagClassName
{
border-color: #E32DCB;
}
</style>