Shades of Razzle Dazzle Rose #E228CC
Tints of Razzle Dazzle Rose #E228CC
RGB
CMYK
RGB Variations
Color information
#E228CC (or 0xE228CC) is known color: Razzle Dazzle Rose. HEX triplet: E2, 28 and CC. RGB value is (226,40,204). Sum of RGB (Red+Green+Blue) = 226+40+204=470 (62% of max value = 765). Red value is 226 (88.67% from 255 or 48.09% from 470); Green value is 40 (16.02% from 255 or 8.51% from 470); Blue value is 204 (80.08% from 255 or 43.40% from 470); Max value from RGB is 226 - color contains mainly: red. Hex color #E228CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E228CC is #1DD733. Grayscale: #717171. Windows color (decimal): -1955636 or 13379810. OLE color: 13379810.
HSL color Cylindrical-coordinate representation of color #E228CC: hue angle of 307.1º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E228CC is Cyan = 0, Magento = 0.82, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 40 | 204 | - |
| CMYK | 0 | 0.82 | 0.10 | 0.11 |
| HSL | 307.1º | 0.76% | 0.52% | - |
| HSV(B) | 307.1º | 0.82% | 0.89% | - |
| XYZ | 43.02 | 22.05 | 59.11 | - |
| YUV | 114.31 | 178.62 | 207.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 40 | 204 | 0 | 0.82 | 0.10 | 0.11 | 307.1 | 0.76 | 0.52 |
| Hex | E2 | 28 | CC | 0 | 52 | A | B | 133 | 4C | 34 |
| Octal | 342 | 50 | 314 | 0 | 122 | 12 | 13 | 463 | 114 | 64 |
| Binary | 11100010 | 101000 | 11001100 | 0 | 1010010 | 1010 | 1011 | 100110011 | 1001100 | 110100 |
Color Harmonies of #E228CC
Complementary color
Monochromatic Colors of #E228CC
Black with #E228CC
Text Example
Text Example
White with #E228CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E228CC; }
p { color: rgb(226,40,204); }
H1.HeaderClassName
{
color: #E228CC;
}
.AnyTagClassName
{
color: #E228CC;
}
</style>
background-color css
<style>
a { background-color: #E228CC; }
a { background-color: rgb(226,40,204); }
div.DivClassName
{
background-color: #E228CC;
}
.BgClassName
{
background-color: #E228CC;
}
</style>
border-color css
<style>
span { border-color: #E228CC; }
span { border-color: rgb(226,40,204); }
td.TdClassName
{
border-color: #E228CC;
}
.TagClassName
{
border-color: #E228CC;
}
</style>