Shades of Razzle Dazzle Rose #E41EDC
Tints of Razzle Dazzle Rose #E41EDC
RGB
CMYK
RGB Variations
Color information
#E41EDC (or 0xE41EDC) is known color: Razzle Dazzle Rose. HEX triplet: E4, 1E and DC. RGB value is (228,30,220). Sum of RGB (Red+Green+Blue) = 228+30+220=478 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.70% from 478); Green value is 30 (12.11% from 255 or 6.28% from 478); Blue value is 220 (86.33% from 255 or 46.03% from 478); Max value from RGB is 228 - color contains mainly: red. Hex color #E41EDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E41EDC is #1BE123. Grayscale: #6E6E6E. Windows color (decimal): -1827108 or 14425828. OLE color: 14425828.
HSL color Cylindrical-coordinate representation of color #E41EDC: hue angle of 302.42º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E41EDC is Cyan = 0, Magento = 0.87, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 30 | 220 | - |
| CMYK | 0 | 0.87 | 0.04 | 0.11 |
| HSL | 302.42º | 0.79% | 0.51% | - |
| HSV(B) | 302.42º | 0.87% | 0.89% | - |
| XYZ | 45.38 | 22.59 | 69.68 | - |
| YUV | 110.86 | 189.6 | 211.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 30 | 220 | 0 | 0.87 | 0.04 | 0.11 | 302.42 | 0.79 | 0.51 |
| Hex | E4 | 1E | DC | 0 | 57 | 4 | B | 12E | 4F | 33 |
| Octal | 344 | 36 | 334 | 0 | 127 | 4 | 13 | 456 | 117 | 63 |
| Binary | 11100100 | 11110 | 11011100 | 0 | 1010111 | 100 | 1011 | 100101110 | 1001111 | 110011 |
Color Harmonies of #E41EDC
Complementary color
Monochromatic Colors of #E41EDC
Black with #E41EDC
Text Example
Text Example
White with #E41EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41EDC; }
p { color: rgb(228,30,220); }
H1.HeaderClassName
{
color: #E41EDC;
}
.AnyTagClassName
{
color: #E41EDC;
}
</style>
background-color css
<style>
a { background-color: #E41EDC; }
a { background-color: rgb(228,30,220); }
div.DivClassName
{
background-color: #E41EDC;
}
.BgClassName
{
background-color: #E41EDC;
}
</style>
border-color css
<style>
span { border-color: #E41EDC; }
span { border-color: rgb(228,30,220); }
td.TdClassName
{
border-color: #E41EDC;
}
.TagClassName
{
border-color: #E41EDC;
}
</style>