Shades of Razzle Dazzle Rose #E334CE
Tints of Razzle Dazzle Rose #E334CE
RGB
CMYK
RGB Variations
Color information
#E334CE (or 0xE334CE) is known color: Razzle Dazzle Rose. HEX triplet: E3, 34 and CE. RGB value is (227,52,206). Sum of RGB (Red+Green+Blue) = 227+52+206=485 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.80% from 485); Green value is 52 (20.70% from 255 or 10.72% from 485); Blue value is 206 (80.86% from 255 or 42.47% from 485); Max value from RGB is 227 - color contains mainly: red. Hex color #E334CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E334CE is #1CCB31. Grayscale: #797979. Windows color (decimal): -1887026 or 13513955. OLE color: 13513955.
HSL color Cylindrical-coordinate representation of color #E334CE: hue angle of 307.2º 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 #E334CE is Cyan = 0, Magento = 0.77, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 52 | 206 | - |
| CMYK | 0 | 0.77 | 0.09 | 0.11 |
| HSL | 307.2º | 0.76% | 0.55% | - |
| HSV(B) | 307.2º | 0.77% | 0.89% | - |
| XYZ | 44.05 | 23.24 | 60.56 | - |
| YUV | 121.88 | 175.48 | 202.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 52 | 206 | 0 | 0.77 | 0.09 | 0.11 | 307.2 | 0.76 | 0.55 |
| Hex | E3 | 34 | CE | 0 | 4D | 9 | B | 133 | 4C | 37 |
| Octal | 343 | 64 | 316 | 0 | 115 | 11 | 13 | 463 | 114 | 67 |
| Binary | 11100011 | 110100 | 11001110 | 0 | 1001101 | 1001 | 1011 | 100110011 | 1001100 | 110111 |
Color Harmonies of #E334CE
Complementary color
Monochromatic Colors of #E334CE
Black with #E334CE
Text Example
Text Example
White with #E334CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E334CE; }
p { color: rgb(227,52,206); }
H1.HeaderClassName
{
color: #E334CE;
}
.AnyTagClassName
{
color: #E334CE;
}
</style>
background-color css
<style>
a { background-color: #E334CE; }
a { background-color: rgb(227,52,206); }
div.DivClassName
{
background-color: #E334CE;
}
.BgClassName
{
background-color: #E334CE;
}
</style>
border-color css
<style>
span { border-color: #E334CE; }
span { border-color: rgb(227,52,206); }
td.TdClassName
{
border-color: #E334CE;
}
.TagClassName
{
border-color: #E334CE;
}
</style>