Shades of Razzle Dazzle Rose #E326D0
Tints of Razzle Dazzle Rose #E326D0
RGB
CMYK
RGB Variations
Color information
#E326D0 (or 0xE326D0) is known color: Razzle Dazzle Rose. HEX triplet: E3, 26 and D0. RGB value is (227,38,208). Sum of RGB (Red+Green+Blue) = 227+38+208=473 (62% of max value = 765). Red value is 227 (89.06% from 255 or 47.99% from 473); Green value is 38 (15.23% from 255 or 8.03% from 473); Blue value is 208 (81.64% from 255 or 43.97% from 473); Max value from RGB is 227 - color contains mainly: red. Hex color #E326D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E326D0 is #1CD92F. Grayscale: #717171. Windows color (decimal): -1890608 or 13641443. OLE color: 13641443.
HSL color Cylindrical-coordinate representation of color #E326D0: hue angle of 306.03º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E326D0 is Cyan = 0, Magento = 0.83, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 38 | 208 | - |
| CMYK | 0 | 0.83 | 0.08 | 0.11 |
| HSL | 306.03º | 0.77% | 0.52% | - |
| HSV(B) | 306.03º | 0.83% | 0.89% | - |
| XYZ | 43.76 | 22.27 | 61.67 | - |
| YUV | 113.89 | 181.12 | 208.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 38 | 208 | 0 | 0.83 | 0.08 | 0.11 | 306.03 | 0.77 | 0.52 |
| Hex | E3 | 26 | D0 | 0 | 53 | 8 | B | 132 | 4D | 34 |
| Octal | 343 | 46 | 320 | 0 | 123 | 10 | 13 | 462 | 115 | 64 |
| Binary | 11100011 | 100110 | 11010000 | 0 | 1010011 | 1000 | 1011 | 100110010 | 1001101 | 110100 |
Color Harmonies of #E326D0
Complementary color
Monochromatic Colors of #E326D0
Black with #E326D0
Text Example
Text Example
White with #E326D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E326D0; }
p { color: rgb(227,38,208); }
H1.HeaderClassName
{
color: #E326D0;
}
.AnyTagClassName
{
color: #E326D0;
}
</style>
background-color css
<style>
a { background-color: #E326D0; }
a { background-color: rgb(227,38,208); }
div.DivClassName
{
background-color: #E326D0;
}
.BgClassName
{
background-color: #E326D0;
}
</style>
border-color css
<style>
span { border-color: #E326D0; }
span { border-color: rgb(227,38,208); }
td.TdClassName
{
border-color: #E326D0;
}
.TagClassName
{
border-color: #E326D0;
}
</style>