Shades of Razzle Dazzle Rose #E132CA
Tints of Razzle Dazzle Rose #E132CA
RGB
CMYK
RGB Variations
Color information
#E132CA (or 0xE132CA) is known color: Razzle Dazzle Rose. HEX triplet: E1, 32 and CA. RGB value is (225,50,202). Sum of RGB (Red+Green+Blue) = 225+50+202=477 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.17% from 477); Green value is 50 (19.92% from 255 or 10.48% from 477); Blue value is 202 (79.30% from 255 or 42.35% from 477); Max value from RGB is 225 - color contains mainly: red. Hex color #E132CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E132CA is #1ECD35. Grayscale: #777777. Windows color (decimal): -2018614 or 13251297. OLE color: 13251297.
HSL color Cylindrical-coordinate representation of color #E132CA: hue angle of 307.89º 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 #E132CA is Cyan = 0, Magento = 0.78, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 50 | 202 | - |
| CMYK | 0 | 0.78 | 0.10 | 0.12 |
| HSL | 307.89º | 0.74% | 0.54% | - |
| HSV(B) | 307.89º | 0.78% | 0.88% | - |
| XYZ | 42.85 | 22.55 | 57.97 | - |
| YUV | 119.65 | 174.48 | 203.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 50 | 202 | 0 | 0.78 | 0.10 | 0.12 | 307.89 | 0.74 | 0.54 |
| Hex | E1 | 32 | CA | 0 | 4E | A | C | 134 | 4A | 36 |
| Octal | 341 | 62 | 312 | 0 | 116 | 12 | 14 | 464 | 112 | 66 |
| Binary | 11100001 | 110010 | 11001010 | 0 | 1001110 | 1010 | 1100 | 100110100 | 1001010 | 110110 |
Color Harmonies of #E132CA
Complementary color
Monochromatic Colors of #E132CA
Black with #E132CA
Text Example
Text Example
White with #E132CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E132CA; }
p { color: rgb(225,50,202); }
H1.HeaderClassName
{
color: #E132CA;
}
.AnyTagClassName
{
color: #E132CA;
}
</style>
background-color css
<style>
a { background-color: #E132CA; }
a { background-color: rgb(225,50,202); }
div.DivClassName
{
background-color: #E132CA;
}
.BgClassName
{
background-color: #E132CA;
}
</style>
border-color css
<style>
span { border-color: #E132CA; }
span { border-color: rgb(225,50,202); }
td.TdClassName
{
border-color: #E132CA;
}
.TagClassName
{
border-color: #E132CA;
}
</style>