Shades of Razzle Dazzle Rose #E232C5
Tints of Razzle Dazzle Rose #E232C5
RGB
CMYK
RGB Variations
Color information
#E232C5 (or 0xE232C5) is known color: Razzle Dazzle Rose. HEX triplet: E2, 32 and C5. RGB value is (226,50,197). Sum of RGB (Red+Green+Blue) = 226+50+197=473 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.78% from 473); Green value is 50 (19.92% from 255 or 10.57% from 473); Blue value is 197 (77.34% from 255 or 41.65% from 473); Max value from RGB is 226 - color contains mainly: red. Hex color #E232C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E232C5 is #1DCD3A. Grayscale: #767676. Windows color (decimal): -1953083 or 12923618. OLE color: 12923618.
HSL color Cylindrical-coordinate representation of color #E232C5: hue angle of 309.89º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E232C5 is Cyan = 0, Magento = 0.78, Yellow = 0.13 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 50 | 197 | - |
| CMYK | 0 | 0.78 | 0.13 | 0.11 |
| HSL | 309.89º | 0.75% | 0.54% | - |
| HSV(B) | 309.89º | 0.78% | 0.89% | - |
| XYZ | 42.58 | 22.48 | 54.92 | - |
| YUV | 119.38 | 171.81 | 204.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 50 | 197 | 0 | 0.78 | 0.13 | 0.11 | 309.89 | 0.75 | 0.54 |
| Hex | E2 | 32 | C5 | 0 | 4E | D | B | 136 | 4B | 36 |
| Octal | 342 | 62 | 305 | 0 | 116 | 15 | 13 | 466 | 113 | 66 |
| Binary | 11100010 | 110010 | 11000101 | 0 | 1001110 | 1101 | 1011 | 100110110 | 1001011 | 110110 |
Color Harmonies of #E232C5
Complementary color
Monochromatic Colors of #E232C5
Black with #E232C5
Text Example
Text Example
White with #E232C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E232C5; }
p { color: rgb(226,50,197); }
H1.HeaderClassName
{
color: #E232C5;
}
.AnyTagClassName
{
color: #E232C5;
}
</style>
background-color css
<style>
a { background-color: #E232C5; }
a { background-color: rgb(226,50,197); }
div.DivClassName
{
background-color: #E232C5;
}
.BgClassName
{
background-color: #E232C5;
}
</style>
border-color css
<style>
span { border-color: #E232C5; }
span { border-color: rgb(226,50,197); }
td.TdClassName
{
border-color: #E232C5;
}
.TagClassName
{
border-color: #E232C5;
}
</style>