Shades of Razzle Dazzle Rose #E43ACD
Tints of Razzle Dazzle Rose #E43ACD
RGB
CMYK
RGB Variations
Color information
#E43ACD (or 0xE43ACD) is known color: Razzle Dazzle Rose. HEX triplet: E4, 3A and CD. RGB value is (228,58,205). Sum of RGB (Red+Green+Blue) = 228+58+205=491 (65% of max value = 765). Red value is 228 (89.45% from 255 or 46.44% from 491); Green value is 58 (23.05% from 255 or 11.81% from 491); Blue value is 205 (80.47% from 255 or 41.75% from 491); Max value from RGB is 228 - color contains mainly: red. Hex color #E43ACD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E43ACD is #1BC532. Grayscale: #7D7D7D. Windows color (decimal): -1819955 or 13449956. OLE color: 13449956.
HSL color Cylindrical-coordinate representation of color #E43ACD: hue angle of 308.12º 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 #E43ACD is Cyan = 0, Magento = 0.75, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 58 | 205 | - |
| CMYK | 0 | 0.75 | 0.10 | 0.11 |
| HSL | 308.12º | 0.76% | 0.56% | - |
| HSV(B) | 308.12º | 0.75% | 0.89% | - |
| XYZ | 44.53 | 23.93 | 60.03 | - |
| YUV | 125.59 | 172.82 | 201.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 58 | 205 | 0 | 0.75 | 0.10 | 0.11 | 308.12 | 0.76 | 0.56 |
| Hex | E4 | 3A | CD | 0 | 4B | A | B | 134 | 4C | 38 |
| Octal | 344 | 72 | 315 | 0 | 113 | 12 | 13 | 464 | 114 | 70 |
| Binary | 11100100 | 111010 | 11001101 | 0 | 1001011 | 1010 | 1011 | 100110100 | 1001100 | 111000 |
Color Harmonies of #E43ACD
Complementary color
Monochromatic Colors of #E43ACD
Black with #E43ACD
Text Example
Text Example
White with #E43ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E43ACD; }
p { color: rgb(228,58,205); }
H1.HeaderClassName
{
color: #E43ACD;
}
.AnyTagClassName
{
color: #E43ACD;
}
</style>
background-color css
<style>
a { background-color: #E43ACD; }
a { background-color: rgb(228,58,205); }
div.DivClassName
{
background-color: #E43ACD;
}
.BgClassName
{
background-color: #E43ACD;
}
</style>
border-color css
<style>
span { border-color: #E43ACD; }
span { border-color: rgb(228,58,205); }
td.TdClassName
{
border-color: #E43ACD;
}
.TagClassName
{
border-color: #E43ACD;
}
</style>