Shades of Razzle Dazzle Rose #E32ACB
Tints of Razzle Dazzle Rose #E32ACB
RGB
CMYK
RGB Variations
Color information
#E32ACB (or 0xE32ACB) is known color: Razzle Dazzle Rose. HEX triplet: E3, 2A and CB. RGB value is (227,42,203). Sum of RGB (Red+Green+Blue) = 227+42+203=472 (62% of max value = 765). Red value is 227 (89.06% from 255 or 48.09% from 472); Green value is 42 (16.80% from 255 or 8.90% from 472); Blue value is 203 (79.69% from 255 or 43.01% from 472); Max value from RGB is 227 - color contains mainly: red. Hex color #E32ACB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E32ACB is #1CD534. Grayscale: #737373. Windows color (decimal): -1889589 or 13314787. OLE color: 13314787.
HSL color Cylindrical-coordinate representation of color #E32ACB: hue angle of 307.78º 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 #E32ACB is Cyan = 0, Magento = 0.81, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 42 | 203 | - |
| CMYK | 0 | 0.81 | 0.11 | 0.11 |
| HSL | 307.78º | 0.77% | 0.53% | - |
| HSV(B) | 307.78º | 0.81% | 0.89% | - |
| XYZ | 43.29 | 22.3 | 58.52 | - |
| YUV | 115.67 | 177.29 | 207.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 42 | 203 | 0 | 0.81 | 0.11 | 0.11 | 307.78 | 0.77 | 0.53 |
| Hex | E3 | 2A | CB | 0 | 51 | B | B | 134 | 4D | 35 |
| Octal | 343 | 52 | 313 | 0 | 121 | 13 | 13 | 464 | 115 | 65 |
| Binary | 11100011 | 101010 | 11001011 | 0 | 1010001 | 1011 | 1011 | 100110100 | 1001101 | 110101 |
Color Harmonies of #E32ACB
Complementary color
Monochromatic Colors of #E32ACB
Black with #E32ACB
Text Example
Text Example
White with #E32ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32ACB; }
p { color: rgb(227,42,203); }
H1.HeaderClassName
{
color: #E32ACB;
}
.AnyTagClassName
{
color: #E32ACB;
}
</style>
background-color css
<style>
a { background-color: #E32ACB; }
a { background-color: rgb(227,42,203); }
div.DivClassName
{
background-color: #E32ACB;
}
.BgClassName
{
background-color: #E32ACB;
}
</style>
border-color css
<style>
span { border-color: #E32ACB; }
span { border-color: rgb(227,42,203); }
td.TdClassName
{
border-color: #E32ACB;
}
.TagClassName
{
border-color: #E32ACB;
}
</style>