Shades of Razzle Dazzle Rose #E43CCD
Tints of Razzle Dazzle Rose #E43CCD
RGB
CMYK
RGB Variations
Color information
#E43CCD (or 0xE43CCD) is known color: Razzle Dazzle Rose. HEX triplet: E4, 3C and CD. RGB value is (228,60,205). Sum of RGB (Red+Green+Blue) = 228+60+205=493 (65% of max value = 765). Red value is 228 (89.45% from 255 or 46.25% from 493); Green value is 60 (23.83% from 255 or 12.17% from 493); Blue value is 205 (80.47% from 255 or 41.58% from 493); Max value from RGB is 228 - color contains mainly: red. Hex color #E43CCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E43CCD is #1BC332. Grayscale: #7E7E7E. Windows color (decimal): -1819443 or 13450468. OLE color: 13450468.
HSL color Cylindrical-coordinate representation of color #E43CCD: hue angle of 308.21º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E43CCD is Cyan = 0, Magento = 0.74, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 60 | 205 | - |
| CMYK | 0 | 0.74 | 0.10 | 0.11 |
| HSL | 308.21º | 0.76% | 0.56% | - |
| HSV(B) | 308.21º | 0.74% | 0.89% | - |
| XYZ | 44.63 | 24.13 | 60.06 | - |
| YUV | 126.76 | 172.16 | 200.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 60 | 205 | 0 | 0.74 | 0.10 | 0.11 | 308.21 | 0.76 | 0.56 |
| Hex | E4 | 3C | CD | 0 | 4A | A | B | 134 | 4C | 38 |
| Octal | 344 | 74 | 315 | 0 | 112 | 12 | 13 | 464 | 114 | 70 |
| Binary | 11100100 | 111100 | 11001101 | 0 | 1001010 | 1010 | 1011 | 100110100 | 1001100 | 111000 |
Color Harmonies of #E43CCD
Complementary color
Monochromatic Colors of #E43CCD
Black with #E43CCD
Text Example
Text Example
White with #E43CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E43CCD; }
p { color: rgb(228,60,205); }
H1.HeaderClassName
{
color: #E43CCD;
}
.AnyTagClassName
{
color: #E43CCD;
}
</style>
background-color css
<style>
a { background-color: #E43CCD; }
a { background-color: rgb(228,60,205); }
div.DivClassName
{
background-color: #E43CCD;
}
.BgClassName
{
background-color: #E43CCD;
}
</style>
border-color css
<style>
span { border-color: #E43CCD; }
span { border-color: rgb(228,60,205); }
td.TdClassName
{
border-color: #E43CCD;
}
.TagClassName
{
border-color: #E43CCD;
}
</style>