Shades of Razzle Dazzle Rose #E43ACE
Tints of Razzle Dazzle Rose #E43ACE
RGB
CMYK
RGB Variations
Color information
#E43ACE (or 0xE43ACE) is known color: Razzle Dazzle Rose. HEX triplet: E4, 3A and CE. RGB value is (228,58,206). Sum of RGB (Red+Green+Blue) = 228+58+206=492 (65% of max value = 765). Red value is 228 (89.45% from 255 or 46.34% from 492); Green value is 58 (23.05% from 255 or 11.79% from 492); Blue value is 206 (80.86% from 255 or 41.87% from 492); Max value from RGB is 228 - color contains mainly: red. Hex color #E43ACE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E43ACE is #1BC531. Grayscale: #7D7D7D. Windows color (decimal): -1819954 or 13515492. OLE color: 13515492.
HSL color Cylindrical-coordinate representation of color #E43ACE: hue angle of 307.76º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E43ACE is Cyan = 0, Magento = 0.75, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 58 | 206 | - |
| CMYK | 0 | 0.75 | 0.10 | 0.11 |
| HSL | 307.76º | 0.76% | 0.56% | - |
| HSV(B) | 307.76º | 0.75% | 0.89% | - |
| XYZ | 44.65 | 23.98 | 60.67 | - |
| YUV | 125.7 | 173.32 | 200.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 58 | 206 | 0 | 0.75 | 0.10 | 0.11 | 307.76 | 0.76 | 0.56 |
| Hex | E4 | 3A | CE | 0 | 4B | A | B | 134 | 4C | 38 |
| Octal | 344 | 72 | 316 | 0 | 113 | 12 | 13 | 464 | 114 | 70 |
| Binary | 11100100 | 111010 | 11001110 | 0 | 1001011 | 1010 | 1011 | 100110100 | 1001100 | 111000 |
Color Harmonies of #E43ACE
Complementary color
Monochromatic Colors of #E43ACE
Black with #E43ACE
Text Example
Text Example
White with #E43ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E43ACE; }
p { color: rgb(228,58,206); }
H1.HeaderClassName
{
color: #E43ACE;
}
.AnyTagClassName
{
color: #E43ACE;
}
</style>
background-color css
<style>
a { background-color: #E43ACE; }
a { background-color: rgb(228,58,206); }
div.DivClassName
{
background-color: #E43ACE;
}
.BgClassName
{
background-color: #E43ACE;
}
</style>
border-color css
<style>
span { border-color: #E43ACE; }
span { border-color: rgb(228,58,206); }
td.TdClassName
{
border-color: #E43ACE;
}
.TagClassName
{
border-color: #E43ACE;
}
</style>