Shades of Razzle Dazzle Rose #E43DD0
Tints of Razzle Dazzle Rose #E43DD0
RGB
CMYK
RGB Variations
Color information
#E43DD0 (or 0xE43DD0) is known color: Razzle Dazzle Rose. HEX triplet: E4, 3D and D0. RGB value is (228,61,208). Sum of RGB (Red+Green+Blue) = 228+61+208=497 (65% of max value = 765). Red value is 228 (89.45% from 255 or 45.88% from 497); Green value is 61 (24.22% from 255 or 12.27% from 497); Blue value is 208 (81.64% from 255 or 41.85% from 497); Max value from RGB is 228 - color contains mainly: red. Hex color #E43DD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E43DD0 is #1BC22F. Grayscale: #7F7F7F. Windows color (decimal): -1819184 or 13647332. OLE color: 13647332.
HSL color Cylindrical-coordinate representation of color #E43DD0: hue angle of 307.19º 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 #E43DD0 is Cyan = 0, Magento = 0.73, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 61 | 208 | - |
| CMYK | 0 | 0.73 | 0.09 | 0.11 |
| HSL | 307.19º | 0.76% | 0.57% | - |
| HSV(B) | 307.19º | 0.73% | 0.89% | - |
| XYZ | 45.05 | 24.39 | 62.01 | - |
| YUV | 127.69 | 173.33 | 199.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 61 | 208 | 0 | 0.73 | 0.09 | 0.11 | 307.19 | 0.76 | 0.57 |
| Hex | E4 | 3D | D0 | 0 | 49 | 9 | B | 133 | 4C | 39 |
| Octal | 344 | 75 | 320 | 0 | 111 | 11 | 13 | 463 | 114 | 71 |
| Binary | 11100100 | 111101 | 11010000 | 0 | 1001001 | 1001 | 1011 | 100110011 | 1001100 | 111001 |
Color Harmonies of #E43DD0
Complementary color
Monochromatic Colors of #E43DD0
Black with #E43DD0
Text Example
Text Example
White with #E43DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E43DD0; }
p { color: rgb(228,61,208); }
H1.HeaderClassName
{
color: #E43DD0;
}
.AnyTagClassName
{
color: #E43DD0;
}
</style>
background-color css
<style>
a { background-color: #E43DD0; }
a { background-color: rgb(228,61,208); }
div.DivClassName
{
background-color: #E43DD0;
}
.BgClassName
{
background-color: #E43DD0;
}
</style>
border-color css
<style>
span { border-color: #E43DD0; }
span { border-color: rgb(228,61,208); }
td.TdClassName
{
border-color: #E43DD0;
}
.TagClassName
{
border-color: #E43DD0;
}
</style>