Shades of Razzle Dazzle Rose #E334C3
Tints of Razzle Dazzle Rose #E334C3
RGB
CMYK
RGB Variations
Color information
#E334C3 (or 0xE334C3) is known color: Razzle Dazzle Rose. HEX triplet: E3, 34 and C3. RGB value is (227,52,195). Sum of RGB (Red+Green+Blue) = 227+52+195=474 (62% of max value = 765). Red value is 227 (89.06% from 255 or 47.89% from 474); Green value is 52 (20.70% from 255 or 10.97% from 474); Blue value is 195 (76.56% from 255 or 41.14% from 474); Max value from RGB is 227 - color contains mainly: red. Hex color #E334C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E334C3 is #1CCB3C. Grayscale: #787878. Windows color (decimal): -1887037 or 12793059. OLE color: 12793059.
HSL color Cylindrical-coordinate representation of color #E334C3: hue angle of 310.97º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E334C3 is Cyan = 0, Magento = 0.77, Yellow = 0.14 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 52 | 195 | - |
| CMYK | 0 | 0.77 | 0.14 | 0.11 |
| HSL | 310.97º | 0.76% | 0.55% | - |
| HSV(B) | 310.97º | 0.77% | 0.89% | - |
| XYZ | 42.76 | 22.73 | 53.76 | - |
| YUV | 120.63 | 169.98 | 203.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 52 | 195 | 0 | 0.77 | 0.14 | 0.11 | 310.97 | 0.76 | 0.55 |
| Hex | E3 | 34 | C3 | 0 | 4D | E | B | 137 | 4C | 37 |
| Octal | 343 | 64 | 303 | 0 | 115 | 16 | 13 | 467 | 114 | 67 |
| Binary | 11100011 | 110100 | 11000011 | 0 | 1001101 | 1110 | 1011 | 100110111 | 1001100 | 110111 |
Color Harmonies of #E334C3
Complementary color
Monochromatic Colors of #E334C3
Black with #E334C3
Text Example
Text Example
White with #E334C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E334C3; }
p { color: rgb(227,52,195); }
H1.HeaderClassName
{
color: #E334C3;
}
.AnyTagClassName
{
color: #E334C3;
}
</style>
background-color css
<style>
a { background-color: #E334C3; }
a { background-color: rgb(227,52,195); }
div.DivClassName
{
background-color: #E334C3;
}
.BgClassName
{
background-color: #E334C3;
}
</style>
border-color css
<style>
span { border-color: #E334C3; }
span { border-color: rgb(227,52,195); }
td.TdClassName
{
border-color: #E334C3;
}
.TagClassName
{
border-color: #E334C3;
}
</style>