Shades of Razzle Dazzle Rose #E32BCA
Tints of Razzle Dazzle Rose #E32BCA
RGB
CMYK
RGB Variations
Color information
#E32BCA (or 0xE32BCA) is known color: Razzle Dazzle Rose. HEX triplet: E3, 2B and CA. RGB value is (227,43,202). Sum of RGB (Red+Green+Blue) = 227+43+202=472 (62% of max value = 765). Red value is 227 (89.06% from 255 or 48.09% from 472); Green value is 43 (17.19% from 255 or 9.11% from 472); Blue value is 202 (79.30% from 255 or 42.80% from 472); Max value from RGB is 227 - color contains mainly: red. Hex color #E32BCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E32BCA is #1CD435. Grayscale: #737373. Windows color (decimal): -1889334 or 13249507. OLE color: 13249507.
HSL color Cylindrical-coordinate representation of color #E32BCA: hue angle of 308.15º 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 #E32BCA is Cyan = 0, Magento = 0.81, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 43 | 202 | - |
| CMYK | 0 | 0.81 | 0.11 | 0.11 |
| HSL | 308.15º | 0.77% | 0.53% | - |
| HSV(B) | 308.15º | 0.81% | 0.89% | - |
| XYZ | 43.2 | 22.32 | 57.91 | - |
| YUV | 116.14 | 176.46 | 207.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 43 | 202 | 0 | 0.81 | 0.11 | 0.11 | 308.15 | 0.77 | 0.53 |
| Hex | E3 | 2B | CA | 0 | 51 | B | B | 134 | 4D | 35 |
| Octal | 343 | 53 | 312 | 0 | 121 | 13 | 13 | 464 | 115 | 65 |
| Binary | 11100011 | 101011 | 11001010 | 0 | 1010001 | 1011 | 1011 | 100110100 | 1001101 | 110101 |
Color Harmonies of #E32BCA
Complementary color
Monochromatic Colors of #E32BCA
Black with #E32BCA
Text Example
Text Example
White with #E32BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32BCA; }
p { color: rgb(227,43,202); }
H1.HeaderClassName
{
color: #E32BCA;
}
.AnyTagClassName
{
color: #E32BCA;
}
</style>
background-color css
<style>
a { background-color: #E32BCA; }
a { background-color: rgb(227,43,202); }
div.DivClassName
{
background-color: #E32BCA;
}
.BgClassName
{
background-color: #E32BCA;
}
</style>
border-color css
<style>
span { border-color: #E32BCA; }
span { border-color: rgb(227,43,202); }
td.TdClassName
{
border-color: #E32BCA;
}
.TagClassName
{
border-color: #E32BCA;
}
</style>