Shades of Razzle Dazzle Rose #E232CE
Tints of Razzle Dazzle Rose #E232CE
RGB
CMYK
RGB Variations
Color information
#E232CE (or 0xE232CE) is known color: Razzle Dazzle Rose. HEX triplet: E2, 32 and CE. RGB value is (226,50,206). Sum of RGB (Red+Green+Blue) = 226+50+206=482 (63% of max value = 765). Red value is 226 (88.67% from 255 or 46.89% from 482); Green value is 50 (19.92% from 255 or 10.37% from 482); Blue value is 206 (80.86% from 255 or 42.74% from 482); Max value from RGB is 226 - color contains mainly: red. Hex color #E232CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E232CE is #1DCD31. Grayscale: #777777. Windows color (decimal): -1953074 or 13513442. OLE color: 13513442.
HSL color Cylindrical-coordinate representation of color #E232CE: hue angle of 306.82º 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 #E232CE is Cyan = 0, Magento = 0.78, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 50 | 206 | - |
| CMYK | 0 | 0.78 | 0.09 | 0.11 |
| HSL | 306.82º | 0.75% | 0.54% | - |
| HSV(B) | 306.82º | 0.78% | 0.89% | - |
| XYZ | 43.65 | 22.91 | 60.51 | - |
| YUV | 120.41 | 176.31 | 203.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 50 | 206 | 0 | 0.78 | 0.09 | 0.11 | 306.82 | 0.75 | 0.54 |
| Hex | E2 | 32 | CE | 0 | 4E | 9 | B | 133 | 4B | 36 |
| Octal | 342 | 62 | 316 | 0 | 116 | 11 | 13 | 463 | 113 | 66 |
| Binary | 11100010 | 110010 | 11001110 | 0 | 1001110 | 1001 | 1011 | 100110011 | 1001011 | 110110 |
Color Harmonies of #E232CE
Complementary color
Monochromatic Colors of #E232CE
Black with #E232CE
Text Example
Text Example
White with #E232CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E232CE; }
p { color: rgb(226,50,206); }
H1.HeaderClassName
{
color: #E232CE;
}
.AnyTagClassName
{
color: #E232CE;
}
</style>
background-color css
<style>
a { background-color: #E232CE; }
a { background-color: rgb(226,50,206); }
div.DivClassName
{
background-color: #E232CE;
}
.BgClassName
{
background-color: #E232CE;
}
</style>
border-color css
<style>
span { border-color: #E232CE; }
span { border-color: rgb(226,50,206); }
td.TdClassName
{
border-color: #E232CE;
}
.TagClassName
{
border-color: #E232CE;
}
</style>