Shades of Razzle Dazzle Rose #E227C3
Tints of Razzle Dazzle Rose #E227C3
RGB
CMYK
RGB Variations
Color information
#E227C3 (or 0xE227C3) is known color: Razzle Dazzle Rose. HEX triplet: E2, 27 and C3. RGB value is (226,39,195). Sum of RGB (Red+Green+Blue) = 226+39+195=460 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.13% from 460); Green value is 39 (15.62% from 255 or 8.48% from 460); Blue value is 195 (76.56% from 255 or 42.39% from 460); Max value from RGB is 226 - color contains mainly: red. Hex color #E227C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E227C3 is #1DD83C. Grayscale: #707070. Windows color (decimal): -1955901 or 12789730. OLE color: 12789730.
HSL color Cylindrical-coordinate representation of color #E227C3: hue angle of 309.95º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E227C3 is Cyan = 0, Magento = 0.83, Yellow = 0.14 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 39 | 195 | - |
| CMYK | 0 | 0.83 | 0.14 | 0.11 |
| HSL | 309.95º | 0.76% | 0.52% | - |
| HSV(B) | 309.95º | 0.83% | 0.89% | - |
| XYZ | 41.94 | 21.56 | 53.58 | - |
| YUV | 112.7 | 174.45 | 208.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 39 | 195 | 0 | 0.83 | 0.14 | 0.11 | 309.95 | 0.76 | 0.52 |
| Hex | E2 | 27 | C3 | 0 | 53 | E | B | 136 | 4C | 34 |
| Octal | 342 | 47 | 303 | 0 | 123 | 16 | 13 | 466 | 114 | 64 |
| Binary | 11100010 | 100111 | 11000011 | 0 | 1010011 | 1110 | 1011 | 100110110 | 1001100 | 110100 |
Color Harmonies of #E227C3
Complementary color
Monochromatic Colors of #E227C3
Black with #E227C3
Text Example
Text Example
White with #E227C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E227C3; }
p { color: rgb(226,39,195); }
H1.HeaderClassName
{
color: #E227C3;
}
.AnyTagClassName
{
color: #E227C3;
}
</style>
background-color css
<style>
a { background-color: #E227C3; }
a { background-color: rgb(226,39,195); }
div.DivClassName
{
background-color: #E227C3;
}
.BgClassName
{
background-color: #E227C3;
}
</style>
border-color css
<style>
span { border-color: #E227C3; }
span { border-color: rgb(226,39,195); }
td.TdClassName
{
border-color: #E227C3;
}
.TagClassName
{
border-color: #E227C3;
}
</style>