Shades of Razzle Dazzle Rose #E42DCD
Tints of Razzle Dazzle Rose #E42DCD
RGB
CMYK
RGB Variations
Color information
#E42DCD (or 0xE42DCD) is known color: Razzle Dazzle Rose. HEX triplet: E4, 2D and CD. RGB value is (228,45,205). Sum of RGB (Red+Green+Blue) = 228+45+205=478 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.70% from 478); Green value is 45 (17.97% from 255 or 9.41% from 478); Blue value is 205 (80.47% from 255 or 42.89% from 478); Max value from RGB is 228 - color contains mainly: red. Hex color #E42DCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E42DCD is #1BD232. Grayscale: #757575. Windows color (decimal): -1823283 or 13446628. OLE color: 13446628.
HSL color Cylindrical-coordinate representation of color #E42DCD: hue angle of 307.54º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E42DCD is Cyan = 0, Magento = 0.80, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 45 | 205 | - |
| CMYK | 0 | 0.80 | 0.10 | 0.11 |
| HSL | 307.54º | 0.77% | 0.54% | - |
| HSV(B) | 307.54º | 0.8% | 0.89% | - |
| XYZ | 43.95 | 22.78 | 59.84 | - |
| YUV | 117.96 | 177.13 | 206.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 45 | 205 | 0 | 0.80 | 0.10 | 0.11 | 307.54 | 0.77 | 0.54 |
| Hex | E4 | 2D | CD | 0 | 50 | A | B | 134 | 4D | 36 |
| Octal | 344 | 55 | 315 | 0 | 120 | 12 | 13 | 464 | 115 | 66 |
| Binary | 11100100 | 101101 | 11001101 | 0 | 1010000 | 1010 | 1011 | 100110100 | 1001101 | 110110 |
Color Harmonies of #E42DCD
Complementary color
Monochromatic Colors of #E42DCD
Black with #E42DCD
Text Example
Text Example
White with #E42DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42DCD; }
p { color: rgb(228,45,205); }
H1.HeaderClassName
{
color: #E42DCD;
}
.AnyTagClassName
{
color: #E42DCD;
}
</style>
background-color css
<style>
a { background-color: #E42DCD; }
a { background-color: rgb(228,45,205); }
div.DivClassName
{
background-color: #E42DCD;
}
.BgClassName
{
background-color: #E42DCD;
}
</style>
border-color css
<style>
span { border-color: #E42DCD; }
span { border-color: rgb(228,45,205); }
td.TdClassName
{
border-color: #E42DCD;
}
.TagClassName
{
border-color: #E42DCD;
}
</style>