Shades of Razzle Dazzle Rose #E132CE
Tints of Razzle Dazzle Rose #E132CE
RGB
CMYK
RGB Variations
Color information
#E132CE (or 0xE132CE) is known color: Razzle Dazzle Rose. HEX triplet: E1, 32 and CE. RGB value is (225,50,206). Sum of RGB (Red+Green+Blue) = 225+50+206=481 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.78% from 481); Green value is 50 (19.92% from 255 or 10.40% from 481); Blue value is 206 (80.86% from 255 or 42.83% from 481); Max value from RGB is 225 - color contains mainly: red. Hex color #E132CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E132CE is #1ECD31. Grayscale: #777777. Windows color (decimal): -2018610 or 13513441. OLE color: 13513441.
HSL color Cylindrical-coordinate representation of color #E132CE: hue angle of 306.51º 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 #E132CE is Cyan = 0, Magento = 0.78, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 50 | 206 | - |
| CMYK | 0 | 0.78 | 0.08 | 0.12 |
| HSL | 306.51º | 0.74% | 0.54% | - |
| HSV(B) | 306.51º | 0.78% | 0.88% | - |
| XYZ | 43.33 | 22.74 | 60.5 | - |
| YUV | 120.11 | 176.48 | 202.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 50 | 206 | 0 | 0.78 | 0.08 | 0.12 | 306.51 | 0.74 | 0.54 |
| Hex | E1 | 32 | CE | 0 | 4E | 8 | C | 133 | 4A | 36 |
| Octal | 341 | 62 | 316 | 0 | 116 | 10 | 14 | 463 | 112 | 66 |
| Binary | 11100001 | 110010 | 11001110 | 0 | 1001110 | 1000 | 1100 | 100110011 | 1001010 | 110110 |
Color Harmonies of #E132CE
Complementary color
Monochromatic Colors of #E132CE
Black with #E132CE
Text Example
Text Example
White with #E132CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E132CE; }
p { color: rgb(225,50,206); }
H1.HeaderClassName
{
color: #E132CE;
}
.AnyTagClassName
{
color: #E132CE;
}
</style>
background-color css
<style>
a { background-color: #E132CE; }
a { background-color: rgb(225,50,206); }
div.DivClassName
{
background-color: #E132CE;
}
.BgClassName
{
background-color: #E132CE;
}
</style>
border-color css
<style>
span { border-color: #E132CE; }
span { border-color: rgb(225,50,206); }
td.TdClassName
{
border-color: #E132CE;
}
.TagClassName
{
border-color: #E132CE;
}
</style>