Shades of Razzle Dazzle Rose #E334CD
Tints of Razzle Dazzle Rose #E334CD
RGB
CMYK
RGB Variations
Color information
#E334CD (or 0xE334CD) is known color: Razzle Dazzle Rose. HEX triplet: E3, 34 and CD. RGB value is (227,52,205). Sum of RGB (Red+Green+Blue) = 227+52+205=484 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.90% from 484); Green value is 52 (20.70% from 255 or 10.74% from 484); Blue value is 205 (80.47% from 255 or 42.36% from 484); Max value from RGB is 227 - color contains mainly: red. Hex color #E334CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E334CD is #1CCB32. Grayscale: #797979. Windows color (decimal): -1887027 or 13448419. OLE color: 13448419.
HSL color Cylindrical-coordinate representation of color #E334CD: hue angle of 307.54º 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 #E334CD is Cyan = 0, Magento = 0.77, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 52 | 205 | - |
| CMYK | 0 | 0.77 | 0.10 | 0.11 |
| HSL | 307.54º | 0.76% | 0.55% | - |
| HSV(B) | 307.54º | 0.77% | 0.89% | - |
| XYZ | 43.93 | 23.19 | 59.92 | - |
| YUV | 121.77 | 174.98 | 203.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 52 | 205 | 0 | 0.77 | 0.10 | 0.11 | 307.54 | 0.76 | 0.55 |
| Hex | E3 | 34 | CD | 0 | 4D | A | B | 134 | 4C | 37 |
| Octal | 343 | 64 | 315 | 0 | 115 | 12 | 13 | 464 | 114 | 67 |
| Binary | 11100011 | 110100 | 11001101 | 0 | 1001101 | 1010 | 1011 | 100110100 | 1001100 | 110111 |
Color Harmonies of #E334CD
Complementary color
Monochromatic Colors of #E334CD
Black with #E334CD
Text Example
Text Example
White with #E334CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E334CD; }
p { color: rgb(227,52,205); }
H1.HeaderClassName
{
color: #E334CD;
}
.AnyTagClassName
{
color: #E334CD;
}
</style>
background-color css
<style>
a { background-color: #E334CD; }
a { background-color: rgb(227,52,205); }
div.DivClassName
{
background-color: #E334CD;
}
.BgClassName
{
background-color: #E334CD;
}
</style>
border-color css
<style>
span { border-color: #E334CD; }
span { border-color: rgb(227,52,205); }
td.TdClassName
{
border-color: #E334CD;
}
.TagClassName
{
border-color: #E334CD;
}
</style>