Shades of Razzle Dazzle Rose #E43DCC
Tints of Razzle Dazzle Rose #E43DCC
RGB
CMYK
RGB Variations
Color information
#E43DCC (or 0xE43DCC) is known color: Razzle Dazzle Rose. HEX triplet: E4, 3D and CC. RGB value is (228,61,204). Sum of RGB (Red+Green+Blue) = 228+61+204=493 (65% of max value = 765). Red value is 228 (89.45% from 255 or 46.25% from 493); Green value is 61 (24.22% from 255 or 12.37% from 493); Blue value is 204 (80.08% from 255 or 41.38% from 493); Max value from RGB is 228 - color contains mainly: red. Hex color #E43DCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E43DCC is #1BC233. Grayscale: #7E7E7E. Windows color (decimal): -1819188 or 13385188. OLE color: 13385188.
HSL color Cylindrical-coordinate representation of color #E43DCC: hue angle of 308.62º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E43DCC is Cyan = 0, Magento = 0.73, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 61 | 204 | - |
| CMYK | 0 | 0.73 | 0.11 | 0.11 |
| HSL | 308.62º | 0.76% | 0.57% | - |
| HSV(B) | 308.62º | 0.73% | 0.89% | - |
| XYZ | 44.56 | 24.19 | 59.45 | - |
| YUV | 127.24 | 171.33 | 199.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 61 | 204 | 0 | 0.73 | 0.11 | 0.11 | 308.62 | 0.76 | 0.57 |
| Hex | E4 | 3D | CC | 0 | 49 | B | B | 135 | 4C | 39 |
| Octal | 344 | 75 | 314 | 0 | 111 | 13 | 13 | 465 | 114 | 71 |
| Binary | 11100100 | 111101 | 11001100 | 0 | 1001001 | 1011 | 1011 | 100110101 | 1001100 | 111001 |
Color Harmonies of #E43DCC
Complementary color
Monochromatic Colors of #E43DCC
Black with #E43DCC
Text Example
Text Example
White with #E43DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E43DCC; }
p { color: rgb(228,61,204); }
H1.HeaderClassName
{
color: #E43DCC;
}
.AnyTagClassName
{
color: #E43DCC;
}
</style>
background-color css
<style>
a { background-color: #E43DCC; }
a { background-color: rgb(228,61,204); }
div.DivClassName
{
background-color: #E43DCC;
}
.BgClassName
{
background-color: #E43DCC;
}
</style>
border-color css
<style>
span { border-color: #E43DCC; }
span { border-color: rgb(228,61,204); }
td.TdClassName
{
border-color: #E43DCC;
}
.TagClassName
{
border-color: #E43DCC;
}
</style>