Shades of Razzle Dazzle Rose #E225CE
Tints of Razzle Dazzle Rose #E225CE
RGB
CMYK
RGB Variations
Color information
#E225CE (or 0xE225CE) is known color: Razzle Dazzle Rose. HEX triplet: E2, 25 and CE. RGB value is (226,37,206). Sum of RGB (Red+Green+Blue) = 226+37+206=469 (62% of max value = 765). Red value is 226 (88.67% from 255 or 48.19% from 469); Green value is 37 (14.84% from 255 or 7.89% from 469); Blue value is 206 (80.86% from 255 or 43.92% from 469); Max value from RGB is 226 - color contains mainly: red. Hex color #E225CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E225CE is #1DDA31. Grayscale: #707070. Windows color (decimal): -1956402 or 13510114. OLE color: 13510114.
HSL color Cylindrical-coordinate representation of color #E225CE: hue angle of 306.35º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E225CE is Cyan = 0, Magento = 0.84, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 37 | 206 | - |
| CMYK | 0 | 0.84 | 0.09 | 0.11 |
| HSL | 306.35º | 0.77% | 0.52% | - |
| HSV(B) | 306.35º | 0.84% | 0.89% | - |
| XYZ | 43.17 | 21.95 | 60.35 | - |
| YUV | 112.78 | 180.62 | 208.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 37 | 206 | 0 | 0.84 | 0.09 | 0.11 | 306.35 | 0.77 | 0.52 |
| Hex | E2 | 25 | CE | 0 | 54 | 9 | B | 132 | 4D | 34 |
| Octal | 342 | 45 | 316 | 0 | 124 | 11 | 13 | 462 | 115 | 64 |
| Binary | 11100010 | 100101 | 11001110 | 0 | 1010100 | 1001 | 1011 | 100110010 | 1001101 | 110100 |
Color Harmonies of #E225CE
Complementary color
Monochromatic Colors of #E225CE
Black with #E225CE
Text Example
Text Example
White with #E225CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E225CE; }
p { color: rgb(226,37,206); }
H1.HeaderClassName
{
color: #E225CE;
}
.AnyTagClassName
{
color: #E225CE;
}
</style>
background-color css
<style>
a { background-color: #E225CE; }
a { background-color: rgb(226,37,206); }
div.DivClassName
{
background-color: #E225CE;
}
.BgClassName
{
background-color: #E225CE;
}
</style>
border-color css
<style>
span { border-color: #E225CE; }
span { border-color: rgb(226,37,206); }
td.TdClassName
{
border-color: #E225CE;
}
.TagClassName
{
border-color: #E225CE;
}
</style>