Shades of Razzle Dazzle Rose #E232DB
Tints of Razzle Dazzle Rose #E232DB
RGB
CMYK
RGB Variations
Color information
#E232DB (or 0xE232DB) is known color: Razzle Dazzle Rose. HEX triplet: E2, 32 and DB. RGB value is (226,50,219). Sum of RGB (Red+Green+Blue) = 226+50+219=495 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.66% from 495); Green value is 50 (19.92% from 255 or 10.10% from 495); Blue value is 219 (85.94% from 255 or 44.24% from 495); Max value from RGB is 226 - color contains mainly: red. Hex color #E232DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E232DB is #1DCD24. Grayscale: #797979. Windows color (decimal): -1953061 or 14365410. OLE color: 14365410.
HSL color Cylindrical-coordinate representation of color #E232DB: hue angle of 302.39º 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 #E232DB is Cyan = 0, Magento = 0.78, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 50 | 219 | - |
| CMYK | 0 | 0.78 | 0.03 | 0.11 |
| HSL | 302.39º | 0.75% | 0.54% | - |
| HSV(B) | 302.39º | 0.78% | 0.89% | - |
| XYZ | 45.29 | 23.56 | 69.18 | - |
| YUV | 121.89 | 182.81 | 202.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 50 | 219 | 0 | 0.78 | 0.03 | 0.11 | 302.39 | 0.75 | 0.54 |
| Hex | E2 | 32 | DB | 0 | 4E | 3 | B | 12E | 4B | 36 |
| Octal | 342 | 62 | 333 | 0 | 116 | 3 | 13 | 456 | 113 | 66 |
| Binary | 11100010 | 110010 | 11011011 | 0 | 1001110 | 11 | 1011 | 100101110 | 1001011 | 110110 |
Color Harmonies of #E232DB
Complementary color
Monochromatic Colors of #E232DB
Black with #E232DB
Text Example
Text Example
White with #E232DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E232DB; }
p { color: rgb(226,50,219); }
H1.HeaderClassName
{
color: #E232DB;
}
.AnyTagClassName
{
color: #E232DB;
}
</style>
background-color css
<style>
a { background-color: #E232DB; }
a { background-color: rgb(226,50,219); }
div.DivClassName
{
background-color: #E232DB;
}
.BgClassName
{
background-color: #E232DB;
}
</style>
border-color css
<style>
span { border-color: #E232DB; }
span { border-color: rgb(226,50,219); }
td.TdClassName
{
border-color: #E232DB;
}
.TagClassName
{
border-color: #E232DB;
}
</style>