Shades of Razzle Dazzle Rose #E132C0
Tints of Razzle Dazzle Rose #E132C0
RGB
CMYK
RGB Variations
Color information
#E132C0 (or 0xE132C0) is known color: Razzle Dazzle Rose. HEX triplet: E1, 32 and C0. RGB value is (225,50,192). Sum of RGB (Red+Green+Blue) = 225+50+192=467 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.18% from 467); Green value is 50 (19.92% from 255 or 10.71% from 467); Blue value is 192 (75.39% from 255 or 41.11% from 467); Max value from RGB is 225 - color contains mainly: red. Hex color #E132C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E132C0 is #1ECD3F. Grayscale: #767676. Windows color (decimal): -2018624 or 12595937. OLE color: 12595937.
HSL color Cylindrical-coordinate representation of color #E132C0: hue angle of 311.31º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E132C0 is Cyan = 0, Magento = 0.78, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 50 | 192 | - |
| CMYK | 0 | 0.78 | 0.15 | 0.12 |
| HSL | 311.31º | 0.74% | 0.54% | - |
| HSV(B) | 311.31º | 0.78% | 0.88% | - |
| XYZ | 41.71 | 22.09 | 51.94 | - |
| YUV | 118.51 | 169.48 | 203.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 50 | 192 | 0 | 0.78 | 0.15 | 0.12 | 311.31 | 0.74 | 0.54 |
| Hex | E1 | 32 | C0 | 0 | 4E | F | C | 137 | 4A | 36 |
| Octal | 341 | 62 | 300 | 0 | 116 | 17 | 14 | 467 | 112 | 66 |
| Binary | 11100001 | 110010 | 11000000 | 0 | 1001110 | 1111 | 1100 | 100110111 | 1001010 | 110110 |
Color Harmonies of #E132C0
Complementary color
Monochromatic Colors of #E132C0
Black with #E132C0
Text Example
Text Example
White with #E132C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E132C0; }
p { color: rgb(225,50,192); }
H1.HeaderClassName
{
color: #E132C0;
}
.AnyTagClassName
{
color: #E132C0;
}
</style>
background-color css
<style>
a { background-color: #E132C0; }
a { background-color: rgb(225,50,192); }
div.DivClassName
{
background-color: #E132C0;
}
.BgClassName
{
background-color: #E132C0;
}
</style>
border-color css
<style>
span { border-color: #E132C0; }
span { border-color: rgb(225,50,192); }
td.TdClassName
{
border-color: #E132C0;
}
.TagClassName
{
border-color: #E132C0;
}
</style>