Shades of Razzle Dazzle Rose #E239C0
Tints of Razzle Dazzle Rose #E239C0
RGB
CMYK
RGB Variations
Color information
#E239C0 (or 0xE239C0) is known color: Razzle Dazzle Rose. HEX triplet: E2, 39 and C0. RGB value is (226,57,192). Sum of RGB (Red+Green+Blue) = 226+57+192=475 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.58% from 475); Green value is 57 (22.66% from 255 or 12% from 475); Blue value is 192 (75.39% from 255 or 40.42% from 475); Max value from RGB is 226 - color contains mainly: red. Hex color #E239C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E239C0 is #1DC63F. Grayscale: #7A7A7A. Windows color (decimal): -1951296 or 12597730. OLE color: 12597730.
HSL color Cylindrical-coordinate representation of color #E239C0: hue angle of 312.07º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E239C0 is Cyan = 0, Magento = 0.75, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 57 | 192 | - |
| CMYK | 0 | 0.75 | 0.15 | 0.11 |
| HSL | 312.07º | 0.74% | 0.55% | - |
| HSV(B) | 312.07º | 0.75% | 0.89% | - |
| XYZ | 42.34 | 22.9 | 52.06 | - |
| YUV | 122.92 | 166.99 | 201.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 57 | 192 | 0 | 0.75 | 0.15 | 0.11 | 312.07 | 0.74 | 0.55 |
| Hex | E2 | 39 | C0 | 0 | 4B | F | B | 138 | 4A | 37 |
| Octal | 342 | 71 | 300 | 0 | 113 | 17 | 13 | 470 | 112 | 67 |
| Binary | 11100010 | 111001 | 11000000 | 0 | 1001011 | 1111 | 1011 | 100111000 | 1001010 | 110111 |
Color Harmonies of #E239C0
Complementary color
Monochromatic Colors of #E239C0
Black with #E239C0
Text Example
Text Example
White with #E239C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E239C0; }
p { color: rgb(226,57,192); }
H1.HeaderClassName
{
color: #E239C0;
}
.AnyTagClassName
{
color: #E239C0;
}
</style>
background-color css
<style>
a { background-color: #E239C0; }
a { background-color: rgb(226,57,192); }
div.DivClassName
{
background-color: #E239C0;
}
.BgClassName
{
background-color: #E239C0;
}
</style>
border-color css
<style>
span { border-color: #E239C0; }
span { border-color: rgb(226,57,192); }
td.TdClassName
{
border-color: #E239C0;
}
.TagClassName
{
border-color: #E239C0;
}
</style>