Shades of Razzle Dazzle Rose #E233DB
Tints of Razzle Dazzle Rose #E233DB
RGB
CMYK
RGB Variations
Color information
#E233DB (or 0xE233DB) is known color: Razzle Dazzle Rose. HEX triplet: E2, 33 and DB. RGB value is (226,51,219). Sum of RGB (Red+Green+Blue) = 226+51+219=496 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.56% from 496); Green value is 51 (20.31% from 255 or 10.28% from 496); Blue value is 219 (85.94% from 255 or 44.15% from 496); Max value from RGB is 226 - color contains mainly: red. Hex color #E233DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E233DB is #1DCC24. Grayscale: #797979. Windows color (decimal): -1952805 or 14365666. OLE color: 14365666.
HSL color Cylindrical-coordinate representation of color #E233DB: hue angle of 302.4º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E233DB is Cyan = 0, Magento = 0.77, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 51 | 219 | - |
| CMYK | 0 | 0.77 | 0.03 | 0.11 |
| HSL | 302.4º | 0.75% | 0.54% | - |
| HSV(B) | 302.4º | 0.77% | 0.89% | - |
| XYZ | 45.33 | 23.65 | 69.19 | - |
| YUV | 122.48 | 182.48 | 201.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 51 | 219 | 0 | 0.77 | 0.03 | 0.11 | 302.4 | 0.75 | 0.54 |
| Hex | E2 | 33 | DB | 0 | 4D | 3 | B | 12E | 4B | 36 |
| Octal | 342 | 63 | 333 | 0 | 115 | 3 | 13 | 456 | 113 | 66 |
| Binary | 11100010 | 110011 | 11011011 | 0 | 1001101 | 11 | 1011 | 100101110 | 1001011 | 110110 |
Color Harmonies of #E233DB
Complementary color
Monochromatic Colors of #E233DB
Black with #E233DB
Text Example
Text Example
White with #E233DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E233DB; }
p { color: rgb(226,51,219); }
H1.HeaderClassName
{
color: #E233DB;
}
.AnyTagClassName
{
color: #E233DB;
}
</style>
background-color css
<style>
a { background-color: #E233DB; }
a { background-color: rgb(226,51,219); }
div.DivClassName
{
background-color: #E233DB;
}
.BgClassName
{
background-color: #E233DB;
}
</style>
border-color css
<style>
span { border-color: #E233DB; }
span { border-color: rgb(226,51,219); }
td.TdClassName
{
border-color: #E233DB;
}
.TagClassName
{
border-color: #E233DB;
}
</style>