Shades of Razzle Dazzle Rose #E223CC
Tints of Razzle Dazzle Rose #E223CC
RGB
CMYK
RGB Variations
Color information
#E223CC (or 0xE223CC) is known color: Razzle Dazzle Rose. HEX triplet: E2, 23 and CC. RGB value is (226,35,204). Sum of RGB (Red+Green+Blue) = 226+35+204=465 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.60% from 465); Green value is 35 (14.06% from 255 or 7.53% from 465); Blue value is 204 (80.08% from 255 or 43.87% from 465); Max value from RGB is 226 - color contains mainly: red. Hex color #E223CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E223CC is #1DDC33. Grayscale: #6E6E6E. Windows color (decimal): -1956916 or 13378530. OLE color: 13378530.
HSL color Cylindrical-coordinate representation of color #E223CC: hue angle of 306.91º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E223CC is Cyan = 0, Magento = 0.85, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 35 | 204 | - |
| CMYK | 0 | 0.85 | 0.10 | 0.11 |
| HSL | 306.91º | 0.77% | 0.51% | - |
| HSV(B) | 306.91º | 0.85% | 0.89% | - |
| XYZ | 42.86 | 21.73 | 59.06 | - |
| YUV | 111.38 | 180.28 | 209.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 35 | 204 | 0 | 0.85 | 0.10 | 0.11 | 306.91 | 0.77 | 0.51 |
| Hex | E2 | 23 | CC | 0 | 55 | A | B | 133 | 4D | 33 |
| Octal | 342 | 43 | 314 | 0 | 125 | 12 | 13 | 463 | 115 | 63 |
| Binary | 11100010 | 100011 | 11001100 | 0 | 1010101 | 1010 | 1011 | 100110011 | 1001101 | 110011 |
Color Harmonies of #E223CC
Complementary color
Monochromatic Colors of #E223CC
Black with #E223CC
Text Example
Text Example
White with #E223CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E223CC; }
p { color: rgb(226,35,204); }
H1.HeaderClassName
{
color: #E223CC;
}
.AnyTagClassName
{
color: #E223CC;
}
</style>
background-color css
<style>
a { background-color: #E223CC; }
a { background-color: rgb(226,35,204); }
div.DivClassName
{
background-color: #E223CC;
}
.BgClassName
{
background-color: #E223CC;
}
</style>
border-color css
<style>
span { border-color: #E223CC; }
span { border-color: rgb(226,35,204); }
td.TdClassName
{
border-color: #E223CC;
}
.TagClassName
{
border-color: #E223CC;
}
</style>