Shades of Razzle Dazzle Rose #E42DC6
Tints of Razzle Dazzle Rose #E42DC6
RGB
CMYK
RGB Variations
Color information
#E42DC6 (or 0xE42DC6) is known color: Razzle Dazzle Rose. HEX triplet: E4, 2D and C6. RGB value is (228,45,198). Sum of RGB (Red+Green+Blue) = 228+45+198=471 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48.41% from 471); Green value is 45 (17.97% from 255 or 9.55% from 471); Blue value is 198 (77.73% from 255 or 42.04% from 471); Max value from RGB is 228 - color contains mainly: red. Hex color #E42DC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E42DC6 is #1BD239. Grayscale: #747474. Windows color (decimal): -1823290 or 12987876. OLE color: 12987876.
HSL color Cylindrical-coordinate representation of color #E42DC6: hue angle of 309.84º 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 #E42DC6 is Cyan = 0, Magento = 0.80, Yellow = 0.13 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 45 | 198 | - |
| CMYK | 0 | 0.80 | 0.13 | 0.11 |
| HSL | 309.84º | 0.77% | 0.54% | - |
| HSV(B) | 309.84º | 0.8% | 0.89% | - |
| XYZ | 43.13 | 22.45 | 55.49 | - |
| YUV | 117.16 | 173.63 | 207.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 45 | 198 | 0 | 0.80 | 0.13 | 0.11 | 309.84 | 0.77 | 0.54 |
| Hex | E4 | 2D | C6 | 0 | 50 | D | B | 136 | 4D | 36 |
| Octal | 344 | 55 | 306 | 0 | 120 | 15 | 13 | 466 | 115 | 66 |
| Binary | 11100100 | 101101 | 11000110 | 0 | 1010000 | 1101 | 1011 | 100110110 | 1001101 | 110110 |
Color Harmonies of #E42DC6
Complementary color
Monochromatic Colors of #E42DC6
Black with #E42DC6
Text Example
Text Example
White with #E42DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42DC6; }
p { color: rgb(228,45,198); }
H1.HeaderClassName
{
color: #E42DC6;
}
.AnyTagClassName
{
color: #E42DC6;
}
</style>
background-color css
<style>
a { background-color: #E42DC6; }
a { background-color: rgb(228,45,198); }
div.DivClassName
{
background-color: #E42DC6;
}
.BgClassName
{
background-color: #E42DC6;
}
</style>
border-color css
<style>
span { border-color: #E42DC6; }
span { border-color: rgb(228,45,198); }
td.TdClassName
{
border-color: #E42DC6;
}
.TagClassName
{
border-color: #E42DC6;
}
</style>