Shades of Razzle Dazzle Rose #E231D0
Tints of Razzle Dazzle Rose #E231D0
RGB
CMYK
RGB Variations
Color information
#E231D0 (or 0xE231D0) is known color: Razzle Dazzle Rose. HEX triplet: E2, 31 and D0. RGB value is (226,49,208). Sum of RGB (Red+Green+Blue) = 226+49+208=483 (63% of max value = 765). Red value is 226 (88.67% from 255 or 46.79% from 483); Green value is 49 (19.53% from 255 or 10.14% from 483); Blue value is 208 (81.64% from 255 or 43.06% from 483); Max value from RGB is 226 - color contains mainly: red. Hex color #E231D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E231D0 is #1DCE2F. Grayscale: #777777. Windows color (decimal): -1953328 or 13644258. OLE color: 13644258.
HSL color Cylindrical-coordinate representation of color #E231D0: hue angle of 306.1º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E231D0 is Cyan = 0, Magento = 0.78, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 49 | 208 | - |
| CMYK | 0 | 0.78 | 0.08 | 0.11 |
| HSL | 306.1º | 0.75% | 0.54% | - |
| HSV(B) | 306.1º | 0.78% | 0.89% | - |
| XYZ | 43.85 | 22.92 | 61.79 | - |
| YUV | 120.05 | 177.64 | 203.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 49 | 208 | 0 | 0.78 | 0.08 | 0.11 | 306.1 | 0.75 | 0.54 |
| Hex | E2 | 31 | D0 | 0 | 4E | 8 | B | 132 | 4B | 36 |
| Octal | 342 | 61 | 320 | 0 | 116 | 10 | 13 | 462 | 113 | 66 |
| Binary | 11100010 | 110001 | 11010000 | 0 | 1001110 | 1000 | 1011 | 100110010 | 1001011 | 110110 |
Color Harmonies of #E231D0
Complementary color
Monochromatic Colors of #E231D0
Black with #E231D0
Text Example
Text Example
White with #E231D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E231D0; }
p { color: rgb(226,49,208); }
H1.HeaderClassName
{
color: #E231D0;
}
.AnyTagClassName
{
color: #E231D0;
}
</style>
background-color css
<style>
a { background-color: #E231D0; }
a { background-color: rgb(226,49,208); }
div.DivClassName
{
background-color: #E231D0;
}
.BgClassName
{
background-color: #E231D0;
}
</style>
border-color css
<style>
span { border-color: #E231D0; }
span { border-color: rgb(226,49,208); }
td.TdClassName
{
border-color: #E231D0;
}
.TagClassName
{
border-color: #E231D0;
}
</style>