Shades of Razzle Dazzle Rose #E334C2
Tints of Razzle Dazzle Rose #E334C2
RGB
CMYK
RGB Variations
Color information
#E334C2 (or 0xE334C2) is known color: Razzle Dazzle Rose. HEX triplet: E3, 34 and C2. RGB value is (227,52,194). Sum of RGB (Red+Green+Blue) = 227+52+194=473 (62% of max value = 765). Red value is 227 (89.06% from 255 or 47.99% from 473); Green value is 52 (20.70% from 255 or 10.99% from 473); Blue value is 194 (76.17% from 255 or 41.01% from 473); Max value from RGB is 227 - color contains mainly: red. Hex color #E334C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E334C2 is #1CCB3D. Grayscale: #787878. Windows color (decimal): -1887038 or 12727523. OLE color: 12727523.
HSL color Cylindrical-coordinate representation of color #E334C2: hue angle of 311.31º 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 #E334C2 is Cyan = 0, Magento = 0.77, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 52 | 194 | - |
| CMYK | 0 | 0.77 | 0.15 | 0.11 |
| HSL | 311.31º | 0.76% | 0.55% | - |
| HSV(B) | 311.31º | 0.77% | 0.89% | - |
| XYZ | 42.64 | 22.68 | 53.17 | - |
| YUV | 120.51 | 169.48 | 203.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 52 | 194 | 0 | 0.77 | 0.15 | 0.11 | 311.31 | 0.76 | 0.55 |
| Hex | E3 | 34 | C2 | 0 | 4D | F | B | 137 | 4C | 37 |
| Octal | 343 | 64 | 302 | 0 | 115 | 17 | 13 | 467 | 114 | 67 |
| Binary | 11100011 | 110100 | 11000010 | 0 | 1001101 | 1111 | 1011 | 100110111 | 1001100 | 110111 |
Color Harmonies of #E334C2
Complementary color
Monochromatic Colors of #E334C2
Black with #E334C2
Text Example
Text Example
White with #E334C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E334C2; }
p { color: rgb(227,52,194); }
H1.HeaderClassName
{
color: #E334C2;
}
.AnyTagClassName
{
color: #E334C2;
}
</style>
background-color css
<style>
a { background-color: #E334C2; }
a { background-color: rgb(227,52,194); }
div.DivClassName
{
background-color: #E334C2;
}
.BgClassName
{
background-color: #E334C2;
}
</style>
border-color css
<style>
span { border-color: #E334C2; }
span { border-color: rgb(227,52,194); }
td.TdClassName
{
border-color: #E334C2;
}
.TagClassName
{
border-color: #E334C2;
}
</style>