Shades of Razzle Dazzle Rose #E43DC5
Tints of Razzle Dazzle Rose #E43DC5
RGB
CMYK
RGB Variations
Color information
#E43DC5 (or 0xE43DC5) is known color: Razzle Dazzle Rose. HEX triplet: E4, 3D and C5. RGB value is (228,61,197). Sum of RGB (Red+Green+Blue) = 228+61+197=486 (64% of max value = 765). Red value is 228 (89.45% from 255 or 46.91% from 486); Green value is 61 (24.22% from 255 or 12.55% from 486); Blue value is 197 (77.34% from 255 or 40.53% from 486); Max value from RGB is 228 - color contains mainly: red. Hex color #E43DC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E43DC5 is #1BC23A. Grayscale: #7E7E7E. Windows color (decimal): -1819195 or 12926436. OLE color: 12926436.
HSL color Cylindrical-coordinate representation of color #E43DC5: hue angle of 311.14º 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 #E43DC5 is Cyan = 0, Magento = 0.73, Yellow = 0.14 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 61 | 197 | - |
| CMYK | 0 | 0.73 | 0.14 | 0.11 |
| HSL | 311.14º | 0.76% | 0.57% | - |
| HSV(B) | 311.14º | 0.73% | 0.89% | - |
| XYZ | 43.74 | 23.86 | 55.12 | - |
| YUV | 126.44 | 167.83 | 200.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 61 | 197 | 0 | 0.73 | 0.14 | 0.11 | 311.14 | 0.76 | 0.57 |
| Hex | E4 | 3D | C5 | 0 | 49 | E | B | 137 | 4C | 39 |
| Octal | 344 | 75 | 305 | 0 | 111 | 16 | 13 | 467 | 114 | 71 |
| Binary | 11100100 | 111101 | 11000101 | 0 | 1001001 | 1110 | 1011 | 100110111 | 1001100 | 111001 |
Color Harmonies of #E43DC5
Complementary color
Monochromatic Colors of #E43DC5
Black with #E43DC5
Text Example
Text Example
White with #E43DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E43DC5; }
p { color: rgb(228,61,197); }
H1.HeaderClassName
{
color: #E43DC5;
}
.AnyTagClassName
{
color: #E43DC5;
}
</style>
background-color css
<style>
a { background-color: #E43DC5; }
a { background-color: rgb(228,61,197); }
div.DivClassName
{
background-color: #E43DC5;
}
.BgClassName
{
background-color: #E43DC5;
}
</style>
border-color css
<style>
span { border-color: #E43DC5; }
span { border-color: rgb(228,61,197); }
td.TdClassName
{
border-color: #E43DC5;
}
.TagClassName
{
border-color: #E43DC5;
}
</style>