Shades of Razzle Dazzle Rose #E238C0
Tints of Razzle Dazzle Rose #E238C0
RGB
CMYK
RGB Variations
Color information
#E238C0 (or 0xE238C0) is known color: Razzle Dazzle Rose. HEX triplet: E2, 38 and C0. RGB value is (226,56,192). Sum of RGB (Red+Green+Blue) = 226+56+192=474 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.68% from 474); Green value is 56 (22.27% from 255 or 11.81% from 474); Blue value is 192 (75.39% from 255 or 40.51% from 474); Max value from RGB is 226 - color contains mainly: red. Hex color #E238C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E238C0 is #1DC73F. Grayscale: #797979. Windows color (decimal): -1951552 or 12597474. OLE color: 12597474.
HSL color Cylindrical-coordinate representation of color #E238C0: hue angle of 312º degrees, saturation: 0.75, 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 #E238C0 is Cyan = 0, Magento = 0.75, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 56 | 192 | - |
| CMYK | 0 | 0.75 | 0.15 | 0.11 |
| HSL | 312º | 0.75% | 0.55% | - |
| HSV(B) | 312º | 0.75% | 0.89% | - |
| XYZ | 42.29 | 22.8 | 52.04 | - |
| YUV | 122.33 | 167.32 | 201.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 56 | 192 | 0 | 0.75 | 0.15 | 0.11 | 312 | 0.75 | 0.55 |
| Hex | E2 | 38 | C0 | 0 | 4B | F | B | 138 | 4B | 37 |
| Octal | 342 | 70 | 300 | 0 | 113 | 17 | 13 | 470 | 113 | 67 |
| Binary | 11100010 | 111000 | 11000000 | 0 | 1001011 | 1111 | 1011 | 100111000 | 1001011 | 110111 |
Color Harmonies of #E238C0
Complementary color
Monochromatic Colors of #E238C0
Black with #E238C0
Text Example
Text Example
White with #E238C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E238C0; }
p { color: rgb(226,56,192); }
H1.HeaderClassName
{
color: #E238C0;
}
.AnyTagClassName
{
color: #E238C0;
}
</style>
background-color css
<style>
a { background-color: #E238C0; }
a { background-color: rgb(226,56,192); }
div.DivClassName
{
background-color: #E238C0;
}
.BgClassName
{
background-color: #E238C0;
}
</style>
border-color css
<style>
span { border-color: #E238C0; }
span { border-color: rgb(226,56,192); }
td.TdClassName
{
border-color: #E238C0;
}
.TagClassName
{
border-color: #E238C0;
}
</style>