Shades of Razzle Dazzle Rose #E232D1
Tints of Razzle Dazzle Rose #E232D1
RGB
CMYK
RGB Variations
Color information
#E232D1 (or 0xE232D1) is known color: Razzle Dazzle Rose. HEX triplet: E2, 32 and D1. RGB value is (226,50,209). Sum of RGB (Red+Green+Blue) = 226+50+209=485 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.60% from 485); Green value is 50 (19.92% from 255 or 10.31% from 485); Blue value is 209 (82.03% from 255 or 43.09% from 485); Max value from RGB is 226 - color contains mainly: red. Hex color #E232D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E232D1 is #1DCD2E. Grayscale: #787878. Windows color (decimal): -1953071 or 13710050. OLE color: 13710050.
HSL color Cylindrical-coordinate representation of color #E232D1: hue angle of 305.8º 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 #E232D1 is Cyan = 0, Magento = 0.78, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 50 | 209 | - |
| CMYK | 0 | 0.78 | 0.08 | 0.11 |
| HSL | 305.8º | 0.75% | 0.54% | - |
| HSV(B) | 305.8º | 0.78% | 0.89% | - |
| XYZ | 44.01 | 23.05 | 62.45 | - |
| YUV | 120.75 | 177.81 | 203.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 50 | 209 | 0 | 0.78 | 0.08 | 0.11 | 305.8 | 0.75 | 0.54 |
| Hex | E2 | 32 | D1 | 0 | 4E | 8 | B | 132 | 4B | 36 |
| Octal | 342 | 62 | 321 | 0 | 116 | 10 | 13 | 462 | 113 | 66 |
| Binary | 11100010 | 110010 | 11010001 | 0 | 1001110 | 1000 | 1011 | 100110010 | 1001011 | 110110 |
Color Harmonies of #E232D1
Complementary color
Monochromatic Colors of #E232D1
Black with #E232D1
Text Example
Text Example
White with #E232D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E232D1; }
p { color: rgb(226,50,209); }
H1.HeaderClassName
{
color: #E232D1;
}
.AnyTagClassName
{
color: #E232D1;
}
</style>
background-color css
<style>
a { background-color: #E232D1; }
a { background-color: rgb(226,50,209); }
div.DivClassName
{
background-color: #E232D1;
}
.BgClassName
{
background-color: #E232D1;
}
</style>
border-color css
<style>
span { border-color: #E232D1; }
span { border-color: rgb(226,50,209); }
td.TdClassName
{
border-color: #E232D1;
}
.TagClassName
{
border-color: #E232D1;
}
</style>