Shades of Razzle Dazzle Rose #E227CF
Tints of Razzle Dazzle Rose #E227CF
RGB
CMYK
RGB Variations
Color information
#E227CF (or 0xE227CF) is known color: Razzle Dazzle Rose. HEX triplet: E2, 27 and CF. RGB value is (226,39,207). Sum of RGB (Red+Green+Blue) = 226+39+207=472 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.88% from 472); Green value is 39 (15.62% from 255 or 8.26% from 472); Blue value is 207 (81.25% from 255 or 43.86% from 472); Max value from RGB is 226 - color contains mainly: red. Hex color #E227CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E227CF is #1DD830. Grayscale: #717171. Windows color (decimal): -1955889 or 13576162. OLE color: 13576162.
HSL color Cylindrical-coordinate representation of color #E227CF: hue angle of 306.1º 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 #E227CF is Cyan = 0, Magento = 0.83, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 39 | 207 | - |
| CMYK | 0 | 0.83 | 0.08 | 0.11 |
| HSL | 306.1º | 0.76% | 0.52% | - |
| HSV(B) | 306.1º | 0.83% | 0.89% | - |
| XYZ | 43.35 | 22.12 | 61.02 | - |
| YUV | 114.07 | 180.45 | 207.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 39 | 207 | 0 | 0.83 | 0.08 | 0.11 | 306.1 | 0.76 | 0.52 |
| Hex | E2 | 27 | CF | 0 | 53 | 8 | B | 132 | 4C | 34 |
| Octal | 342 | 47 | 317 | 0 | 123 | 10 | 13 | 462 | 114 | 64 |
| Binary | 11100010 | 100111 | 11001111 | 0 | 1010011 | 1000 | 1011 | 100110010 | 1001100 | 110100 |
Color Harmonies of #E227CF
Complementary color
Monochromatic Colors of #E227CF
Black with #E227CF
Text Example
Text Example
White with #E227CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E227CF; }
p { color: rgb(226,39,207); }
H1.HeaderClassName
{
color: #E227CF;
}
.AnyTagClassName
{
color: #E227CF;
}
</style>
background-color css
<style>
a { background-color: #E227CF; }
a { background-color: rgb(226,39,207); }
div.DivClassName
{
background-color: #E227CF;
}
.BgClassName
{
background-color: #E227CF;
}
</style>
border-color css
<style>
span { border-color: #E227CF; }
span { border-color: rgb(226,39,207); }
td.TdClassName
{
border-color: #E227CF;
}
.TagClassName
{
border-color: #E227CF;
}
</style>