Shades of Razzle Dazzle Rose #E235CC
Tints of Razzle Dazzle Rose #E235CC
RGB
CMYK
RGB Variations
Color information
#E235CC (or 0xE235CC) is known color: Razzle Dazzle Rose. HEX triplet: E2, 35 and CC. RGB value is (226,53,204). Sum of RGB (Red+Green+Blue) = 226+53+204=483 (63% of max value = 765). Red value is 226 (88.67% from 255 or 46.79% from 483); Green value is 53 (21.09% from 255 or 10.97% from 483); Blue value is 204 (80.08% from 255 or 42.24% from 483); Max value from RGB is 226 - color contains mainly: red. Hex color #E235CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E235CC is #1DCA33. Grayscale: #797979. Windows color (decimal): -1952308 or 13383138. OLE color: 13383138.
HSL color Cylindrical-coordinate representation of color #E235CC: hue angle of 307.63º 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 #E235CC is Cyan = 0, Magento = 0.77, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 53 | 204 | - |
| CMYK | 0 | 0.77 | 0.10 | 0.11 |
| HSL | 307.63º | 0.75% | 0.55% | - |
| HSV(B) | 307.63º | 0.77% | 0.89% | - |
| XYZ | 43.54 | 23.07 | 59.29 | - |
| YUV | 121.94 | 174.31 | 202.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 53 | 204 | 0 | 0.77 | 0.10 | 0.11 | 307.63 | 0.75 | 0.55 |
| Hex | E2 | 35 | CC | 0 | 4D | A | B | 134 | 4B | 37 |
| Octal | 342 | 65 | 314 | 0 | 115 | 12 | 13 | 464 | 113 | 67 |
| Binary | 11100010 | 110101 | 11001100 | 0 | 1001101 | 1010 | 1011 | 100110100 | 1001011 | 110111 |
Color Harmonies of #E235CC
Complementary color
Monochromatic Colors of #E235CC
Black with #E235CC
Text Example
Text Example
White with #E235CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E235CC; }
p { color: rgb(226,53,204); }
H1.HeaderClassName
{
color: #E235CC;
}
.AnyTagClassName
{
color: #E235CC;
}
</style>
background-color css
<style>
a { background-color: #E235CC; }
a { background-color: rgb(226,53,204); }
div.DivClassName
{
background-color: #E235CC;
}
.BgClassName
{
background-color: #E235CC;
}
</style>
border-color css
<style>
span { border-color: #E235CC; }
span { border-color: rgb(226,53,204); }
td.TdClassName
{
border-color: #E235CC;
}
.TagClassName
{
border-color: #E235CC;
}
</style>