Shades of Razzle Dazzle Rose #E32ACA
Tints of Razzle Dazzle Rose #E32ACA
RGB
CMYK
RGB Variations
Color information
#E32ACA (or 0xE32ACA) is known color: Razzle Dazzle Rose. HEX triplet: E3, 2A and CA. RGB value is (227,42,202). Sum of RGB (Red+Green+Blue) = 227+42+202=471 (62% of max value = 765). Red value is 227 (89.06% from 255 or 48.20% from 471); Green value is 42 (16.80% from 255 or 8.92% from 471); Blue value is 202 (79.30% from 255 or 42.89% from 471); Max value from RGB is 227 - color contains mainly: red. Hex color #E32ACA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E32ACA is #1CD535. Grayscale: #737373. Windows color (decimal): -1889590 or 13249251. OLE color: 13249251.
HSL color Cylindrical-coordinate representation of color #E32ACA: hue angle of 308.11º 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 #E32ACA is Cyan = 0, Magento = 0.81, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 42 | 202 | - |
| CMYK | 0 | 0.81 | 0.11 | 0.11 |
| HSL | 308.11º | 0.77% | 0.53% | - |
| HSV(B) | 308.11º | 0.81% | 0.89% | - |
| XYZ | 43.17 | 22.25 | 57.9 | - |
| YUV | 115.56 | 176.79 | 207.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 42 | 202 | 0 | 0.81 | 0.11 | 0.11 | 308.11 | 0.77 | 0.53 |
| Hex | E3 | 2A | CA | 0 | 51 | B | B | 134 | 4D | 35 |
| Octal | 343 | 52 | 312 | 0 | 121 | 13 | 13 | 464 | 115 | 65 |
| Binary | 11100011 | 101010 | 11001010 | 0 | 1010001 | 1011 | 1011 | 100110100 | 1001101 | 110101 |
Color Harmonies of #E32ACA
Complementary color
Monochromatic Colors of #E32ACA
Black with #E32ACA
Text Example
Text Example
White with #E32ACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32ACA; }
p { color: rgb(227,42,202); }
H1.HeaderClassName
{
color: #E32ACA;
}
.AnyTagClassName
{
color: #E32ACA;
}
</style>
background-color css
<style>
a { background-color: #E32ACA; }
a { background-color: rgb(227,42,202); }
div.DivClassName
{
background-color: #E32ACA;
}
.BgClassName
{
background-color: #E32ACA;
}
</style>
border-color css
<style>
span { border-color: #E32ACA; }
span { border-color: rgb(227,42,202); }
td.TdClassName
{
border-color: #E32ACA;
}
.TagClassName
{
border-color: #E32ACA;
}
</style>