Shades of Razzle Dazzle Rose #E331C4
Tints of Razzle Dazzle Rose #E331C4
RGB
CMYK
RGB Variations
Color information
#E331C4 (or 0xE331C4) is known color: Razzle Dazzle Rose. HEX triplet: E3, 31 and C4. RGB value is (227,49,196). Sum of RGB (Red+Green+Blue) = 227+49+196=472 (62% of max value = 765). Red value is 227 (89.06% from 255 or 48.09% from 472); Green value is 49 (19.53% from 255 or 10.38% from 472); Blue value is 196 (76.95% from 255 or 41.53% from 472); Max value from RGB is 227 - color contains mainly: red. Hex color #E331C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E331C4 is #1CCE3B. Grayscale: #767676. Windows color (decimal): -1887804 or 12857827. OLE color: 12857827.
HSL color Cylindrical-coordinate representation of color #E331C4: hue angle of 310.45º degrees, saturation: 0.76, 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 #E331C4 is Cyan = 0, Magento = 0.78, Yellow = 0.14 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 49 | 196 | - |
| CMYK | 0 | 0.78 | 0.14 | 0.11 |
| HSL | 310.45º | 0.76% | 0.54% | - |
| HSV(B) | 310.45º | 0.78% | 0.89% | - |
| XYZ | 42.74 | 22.51 | 54.32 | - |
| YUV | 118.98 | 171.47 | 205.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 49 | 196 | 0 | 0.78 | 0.14 | 0.11 | 310.45 | 0.76 | 0.54 |
| Hex | E3 | 31 | C4 | 0 | 4E | E | B | 136 | 4C | 36 |
| Octal | 343 | 61 | 304 | 0 | 116 | 16 | 13 | 466 | 114 | 66 |
| Binary | 11100011 | 110001 | 11000100 | 0 | 1001110 | 1110 | 1011 | 100110110 | 1001100 | 110110 |
Color Harmonies of #E331C4
Complementary color
Monochromatic Colors of #E331C4
Black with #E331C4
Text Example
Text Example
White with #E331C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E331C4; }
p { color: rgb(227,49,196); }
H1.HeaderClassName
{
color: #E331C4;
}
.AnyTagClassName
{
color: #E331C4;
}
</style>
background-color css
<style>
a { background-color: #E331C4; }
a { background-color: rgb(227,49,196); }
div.DivClassName
{
background-color: #E331C4;
}
.BgClassName
{
background-color: #E331C4;
}
</style>
border-color css
<style>
span { border-color: #E331C4; }
span { border-color: rgb(227,49,196); }
td.TdClassName
{
border-color: #E331C4;
}
.TagClassName
{
border-color: #E331C4;
}
</style>