Shades of Razzle Dazzle Rose #E326C9
Tints of Razzle Dazzle Rose #E326C9
RGB
CMYK
RGB Variations
Color information
#E326C9 (or 0xE326C9) is known color: Razzle Dazzle Rose. HEX triplet: E3, 26 and C9. RGB value is (227,38,201). Sum of RGB (Red+Green+Blue) = 227+38+201=466 (61% of max value = 765). Red value is 227 (89.06% from 255 or 48.71% from 466); Green value is 38 (15.23% from 255 or 8.15% from 466); Blue value is 201 (78.91% from 255 or 43.13% from 466); Max value from RGB is 227 - color contains mainly: red. Hex color #E326C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E326C9 is #1CD936. Grayscale: #707070. Windows color (decimal): -1890615 or 13182691. OLE color: 13182691.
HSL color Cylindrical-coordinate representation of color #E326C9: hue angle of 308.25º 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 #E326C9 is Cyan = 0, Magento = 0.83, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 38 | 201 | - |
| CMYK | 0 | 0.83 | 0.11 | 0.11 |
| HSL | 308.25º | 0.77% | 0.52% | - |
| HSV(B) | 308.25º | 0.83% | 0.89% | - |
| XYZ | 42.91 | 21.93 | 57.23 | - |
| YUV | 113.09 | 177.62 | 209.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 38 | 201 | 0 | 0.83 | 0.11 | 0.11 | 308.25 | 0.77 | 0.52 |
| Hex | E3 | 26 | C9 | 0 | 53 | B | B | 134 | 4D | 34 |
| Octal | 343 | 46 | 311 | 0 | 123 | 13 | 13 | 464 | 115 | 64 |
| Binary | 11100011 | 100110 | 11001001 | 0 | 1010011 | 1011 | 1011 | 100110100 | 1001101 | 110100 |
Color Harmonies of #E326C9
Complementary color
Monochromatic Colors of #E326C9
Black with #E326C9
Text Example
Text Example
White with #E326C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E326C9; }
p { color: rgb(227,38,201); }
H1.HeaderClassName
{
color: #E326C9;
}
.AnyTagClassName
{
color: #E326C9;
}
</style>
background-color css
<style>
a { background-color: #E326C9; }
a { background-color: rgb(227,38,201); }
div.DivClassName
{
background-color: #E326C9;
}
.BgClassName
{
background-color: #E326C9;
}
</style>
border-color css
<style>
span { border-color: #E326C9; }
span { border-color: rgb(227,38,201); }
td.TdClassName
{
border-color: #E326C9;
}
.TagClassName
{
border-color: #E326C9;
}
</style>