Shades of Razzle Dazzle Rose #E225CF
Tints of Razzle Dazzle Rose #E225CF
RGB
CMYK
RGB Variations
Color information
#E225CF (or 0xE225CF) is known color: Razzle Dazzle Rose. HEX triplet: E2, 25 and CF. RGB value is (226,37,207). Sum of RGB (Red+Green+Blue) = 226+37+207=470 (62% of max value = 765). Red value is 226 (88.67% from 255 or 48.09% from 470); Green value is 37 (14.84% from 255 or 7.87% from 470); Blue value is 207 (81.25% from 255 or 44.04% from 470); Max value from RGB is 226 - color contains mainly: red. Hex color #E225CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E225CF is #1DDA30. Grayscale: #707070. Windows color (decimal): -1956401 or 13575650. OLE color: 13575650.
HSL color Cylindrical-coordinate representation of color #E225CF: hue angle of 306.03º 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 #E225CF is Cyan = 0, Magento = 0.84, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 37 | 207 | - |
| CMYK | 0 | 0.84 | 0.08 | 0.11 |
| HSL | 306.03º | 0.77% | 0.52% | - |
| HSV(B) | 306.03º | 0.84% | 0.89% | - |
| XYZ | 43.29 | 22 | 61 | - |
| YUV | 112.89 | 181.12 | 208.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 37 | 207 | 0 | 0.84 | 0.08 | 0.11 | 306.03 | 0.77 | 0.52 |
| Hex | E2 | 25 | CF | 0 | 54 | 8 | B | 132 | 4D | 34 |
| Octal | 342 | 45 | 317 | 0 | 124 | 10 | 13 | 462 | 115 | 64 |
| Binary | 11100010 | 100101 | 11001111 | 0 | 1010100 | 1000 | 1011 | 100110010 | 1001101 | 110100 |
Color Harmonies of #E225CF
Complementary color
Monochromatic Colors of #E225CF
Black with #E225CF
Text Example
Text Example
White with #E225CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E225CF; }
p { color: rgb(226,37,207); }
H1.HeaderClassName
{
color: #E225CF;
}
.AnyTagClassName
{
color: #E225CF;
}
</style>
background-color css
<style>
a { background-color: #E225CF; }
a { background-color: rgb(226,37,207); }
div.DivClassName
{
background-color: #E225CF;
}
.BgClassName
{
background-color: #E225CF;
}
</style>
border-color css
<style>
span { border-color: #E225CF; }
span { border-color: rgb(226,37,207); }
td.TdClassName
{
border-color: #E225CF;
}
.TagClassName
{
border-color: #E225CF;
}
</style>