Shades of Razzle Dazzle Rose #E32CCB
Tints of Razzle Dazzle Rose #E32CCB
RGB
CMYK
RGB Variations
Color information
#E32CCB (or 0xE32CCB) is known color: Razzle Dazzle Rose. HEX triplet: E3, 2C and CB. RGB value is (227,44,203). Sum of RGB (Red+Green+Blue) = 227+44+203=474 (62% of max value = 765). Red value is 227 (89.06% from 255 or 47.89% from 474); Green value is 44 (17.58% from 255 or 9.28% from 474); Blue value is 203 (79.69% from 255 or 42.83% from 474); Max value from RGB is 227 - color contains mainly: red. Hex color #E32CCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E32CCB is #1CD334. Grayscale: #747474. Windows color (decimal): -1889077 or 13315299. OLE color: 13315299.
HSL color Cylindrical-coordinate representation of color #E32CCB: hue angle of 307.87º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E32CCB is Cyan = 0, Magento = 0.81, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 44 | 203 | - |
| CMYK | 0 | 0.81 | 0.11 | 0.11 |
| HSL | 307.87º | 0.77% | 0.53% | - |
| HSV(B) | 307.87º | 0.81% | 0.89% | - |
| XYZ | 43.36 | 22.44 | 58.55 | - |
| YUV | 116.84 | 176.63 | 206.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 44 | 203 | 0 | 0.81 | 0.11 | 0.11 | 307.87 | 0.77 | 0.53 |
| Hex | E3 | 2C | CB | 0 | 51 | B | B | 134 | 4D | 35 |
| Octal | 343 | 54 | 313 | 0 | 121 | 13 | 13 | 464 | 115 | 65 |
| Binary | 11100011 | 101100 | 11001011 | 0 | 1010001 | 1011 | 1011 | 100110100 | 1001101 | 110101 |
Color Harmonies of #E32CCB
Complementary color
Monochromatic Colors of #E32CCB
Black with #E32CCB
Text Example
Text Example
White with #E32CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32CCB; }
p { color: rgb(227,44,203); }
H1.HeaderClassName
{
color: #E32CCB;
}
.AnyTagClassName
{
color: #E32CCB;
}
</style>
background-color css
<style>
a { background-color: #E32CCB; }
a { background-color: rgb(227,44,203); }
div.DivClassName
{
background-color: #E32CCB;
}
.BgClassName
{
background-color: #E32CCB;
}
</style>
border-color css
<style>
span { border-color: #E32CCB; }
span { border-color: rgb(227,44,203); }
td.TdClassName
{
border-color: #E32CCB;
}
.TagClassName
{
border-color: #E32CCB;
}
</style>