Shades of Razzle Dazzle Rose #E32FCB
Tints of Razzle Dazzle Rose #E32FCB
RGB
CMYK
RGB Variations
Color information
#E32FCB (or 0xE32FCB) is known color: Razzle Dazzle Rose. HEX triplet: E3, 2F and CB. RGB value is (227,47,203). Sum of RGB (Red+Green+Blue) = 227+47+203=477 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.59% from 477); Green value is 47 (18.75% from 255 or 9.85% from 477); Blue value is 203 (79.69% from 255 or 42.56% from 477); Max value from RGB is 227 - color contains mainly: red. Hex color #E32FCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E32FCB is #1CD034. Grayscale: #767676. Windows color (decimal): -1888309 or 13316067. OLE color: 13316067.
HSL color Cylindrical-coordinate representation of color #E32FCB: hue angle of 308º 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 #E32FCB is Cyan = 0, Magento = 0.79, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 47 | 203 | - |
| CMYK | 0 | 0.79 | 0.11 | 0.11 |
| HSL | 308º | 0.76% | 0.54% | - |
| HSV(B) | 308º | 0.79% | 0.89% | - |
| XYZ | 43.47 | 22.68 | 58.59 | - |
| YUV | 118.6 | 175.63 | 205.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 47 | 203 | 0 | 0.79 | 0.11 | 0.11 | 308 | 0.76 | 0.54 |
| Hex | E3 | 2F | CB | 0 | 4F | B | B | 134 | 4C | 36 |
| Octal | 343 | 57 | 313 | 0 | 117 | 13 | 13 | 464 | 114 | 66 |
| Binary | 11100011 | 101111 | 11001011 | 0 | 1001111 | 1011 | 1011 | 100110100 | 1001100 | 110110 |
Color Harmonies of #E32FCB
Complementary color
Monochromatic Colors of #E32FCB
Black with #E32FCB
Text Example
Text Example
White with #E32FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32FCB; }
p { color: rgb(227,47,203); }
H1.HeaderClassName
{
color: #E32FCB;
}
.AnyTagClassName
{
color: #E32FCB;
}
</style>
background-color css
<style>
a { background-color: #E32FCB; }
a { background-color: rgb(227,47,203); }
div.DivClassName
{
background-color: #E32FCB;
}
.BgClassName
{
background-color: #E32FCB;
}
</style>
border-color css
<style>
span { border-color: #E32FCB; }
span { border-color: rgb(227,47,203); }
td.TdClassName
{
border-color: #E32FCB;
}
.TagClassName
{
border-color: #E32FCB;
}
</style>