Shades of Razzle Dazzle Rose #E230D0
Tints of Razzle Dazzle Rose #E230D0
RGB
CMYK
RGB Variations
Color information
#E230D0 (or 0xE230D0) is known color: Razzle Dazzle Rose. HEX triplet: E2, 30 and D0. RGB value is (226,48,208). Sum of RGB (Red+Green+Blue) = 226+48+208=482 (63% of max value = 765). Red value is 226 (88.67% from 255 or 46.89% from 482); Green value is 48 (19.14% from 255 or 9.96% from 482); Blue value is 208 (81.64% from 255 or 43.15% from 482); Max value from RGB is 226 - color contains mainly: red. Hex color #E230D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E230D0 is #1DCF2F. Grayscale: #777777. Windows color (decimal): -1953584 or 13644002. OLE color: 13644002.
HSL color Cylindrical-coordinate representation of color #E230D0: hue angle of 306.07º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E230D0 is Cyan = 0, Magento = 0.79, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 48 | 208 | - |
| CMYK | 0 | 0.79 | 0.08 | 0.11 |
| HSL | 306.07º | 0.75% | 0.54% | - |
| HSV(B) | 306.07º | 0.79% | 0.89% | - |
| XYZ | 43.81 | 22.84 | 61.77 | - |
| YUV | 119.46 | 177.97 | 203.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 48 | 208 | 0 | 0.79 | 0.08 | 0.11 | 306.07 | 0.75 | 0.54 |
| Hex | E2 | 30 | D0 | 0 | 4F | 8 | B | 132 | 4B | 36 |
| Octal | 342 | 60 | 320 | 0 | 117 | 10 | 13 | 462 | 113 | 66 |
| Binary | 11100010 | 110000 | 11010000 | 0 | 1001111 | 1000 | 1011 | 100110010 | 1001011 | 110110 |
Color Harmonies of #E230D0
Complementary color
Monochromatic Colors of #E230D0
Black with #E230D0
Text Example
Text Example
White with #E230D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E230D0; }
p { color: rgb(226,48,208); }
H1.HeaderClassName
{
color: #E230D0;
}
.AnyTagClassName
{
color: #E230D0;
}
</style>
background-color css
<style>
a { background-color: #E230D0; }
a { background-color: rgb(226,48,208); }
div.DivClassName
{
background-color: #E230D0;
}
.BgClassName
{
background-color: #E230D0;
}
</style>
border-color css
<style>
span { border-color: #E230D0; }
span { border-color: rgb(226,48,208); }
td.TdClassName
{
border-color: #E230D0;
}
.TagClassName
{
border-color: #E230D0;
}
</style>