Shades of Razzle Dazzle Rose #E132C9
Tints of Razzle Dazzle Rose #E132C9
RGB
CMYK
RGB Variations
Color information
#E132C9 (or 0xE132C9) is known color: Razzle Dazzle Rose. HEX triplet: E1, 32 and C9. RGB value is (225,50,201). Sum of RGB (Red+Green+Blue) = 225+50+201=476 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.27% from 476); Green value is 50 (19.92% from 255 or 10.50% from 476); Blue value is 201 (78.91% from 255 or 42.23% from 476); Max value from RGB is 225 - color contains mainly: red. Hex color #E132C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E132C9 is #1ECD36. Grayscale: #777777. Windows color (decimal): -2018615 or 13185761. OLE color: 13185761.
HSL color Cylindrical-coordinate representation of color #E132C9: hue angle of 308.23º 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 #E132C9 is Cyan = 0, Magento = 0.78, Yellow = 0.11 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 50 | 201 | - |
| CMYK | 0 | 0.78 | 0.11 | 0.12 |
| HSL | 308.23º | 0.74% | 0.54% | - |
| HSV(B) | 308.23º | 0.78% | 0.88% | - |
| XYZ | 42.73 | 22.51 | 57.35 | - |
| YUV | 119.54 | 173.98 | 203.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 50 | 201 | 0 | 0.78 | 0.11 | 0.12 | 308.23 | 0.74 | 0.54 |
| Hex | E1 | 32 | C9 | 0 | 4E | B | C | 134 | 4A | 36 |
| Octal | 341 | 62 | 311 | 0 | 116 | 13 | 14 | 464 | 112 | 66 |
| Binary | 11100001 | 110010 | 11001001 | 0 | 1001110 | 1011 | 1100 | 100110100 | 1001010 | 110110 |
Color Harmonies of #E132C9
Complementary color
Monochromatic Colors of #E132C9
Black with #E132C9
Text Example
Text Example
White with #E132C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E132C9; }
p { color: rgb(225,50,201); }
H1.HeaderClassName
{
color: #E132C9;
}
.AnyTagClassName
{
color: #E132C9;
}
</style>
background-color css
<style>
a { background-color: #E132C9; }
a { background-color: rgb(225,50,201); }
div.DivClassName
{
background-color: #E132C9;
}
.BgClassName
{
background-color: #E132C9;
}
</style>
border-color css
<style>
span { border-color: #E132C9; }
span { border-color: rgb(225,50,201); }
td.TdClassName
{
border-color: #E132C9;
}
.TagClassName
{
border-color: #E132C9;
}
</style>