Shades of Razzle Dazzle Rose #E235CE
Tints of Razzle Dazzle Rose #E235CE
RGB
CMYK
RGB Variations
Color information
#E235CE (or 0xE235CE) is known color: Razzle Dazzle Rose. HEX triplet: E2, 35 and CE. RGB value is (226,53,206). Sum of RGB (Red+Green+Blue) = 226+53+206=485 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.60% from 485); Green value is 53 (21.09% from 255 or 10.93% from 485); Blue value is 206 (80.86% from 255 or 42.47% from 485); Max value from RGB is 226 - color contains mainly: red. Hex color #E235CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E235CE is #1DCA31. Grayscale: #797979. Windows color (decimal): -1952306 or 13514210. OLE color: 13514210.
HSL color Cylindrical-coordinate representation of color #E235CE: hue angle of 306.94º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E235CE is Cyan = 0, Magento = 0.77, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 53 | 206 | - |
| CMYK | 0 | 0.77 | 0.09 | 0.11 |
| HSL | 306.94º | 0.75% | 0.55% | - |
| HSV(B) | 306.94º | 0.77% | 0.89% | - |
| XYZ | 43.78 | 23.17 | 60.56 | - |
| YUV | 122.17 | 175.31 | 202.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 53 | 206 | 0 | 0.77 | 0.09 | 0.11 | 306.94 | 0.75 | 0.55 |
| Hex | E2 | 35 | CE | 0 | 4D | 9 | B | 133 | 4B | 37 |
| Octal | 342 | 65 | 316 | 0 | 115 | 11 | 13 | 463 | 113 | 67 |
| Binary | 11100010 | 110101 | 11001110 | 0 | 1001101 | 1001 | 1011 | 100110011 | 1001011 | 110111 |
Color Harmonies of #E235CE
Complementary color
Monochromatic Colors of #E235CE
Black with #E235CE
Text Example
Text Example
White with #E235CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E235CE; }
p { color: rgb(226,53,206); }
H1.HeaderClassName
{
color: #E235CE;
}
.AnyTagClassName
{
color: #E235CE;
}
</style>
background-color css
<style>
a { background-color: #E235CE; }
a { background-color: rgb(226,53,206); }
div.DivClassName
{
background-color: #E235CE;
}
.BgClassName
{
background-color: #E235CE;
}
</style>
border-color css
<style>
span { border-color: #E235CE; }
span { border-color: rgb(226,53,206); }
td.TdClassName
{
border-color: #E235CE;
}
.TagClassName
{
border-color: #E235CE;
}
</style>