Shades of Razzle Dazzle Rose #E42CCD
Tints of Razzle Dazzle Rose #E42CCD
RGB
CMYK
RGB Variations
Color information
#E42CCD (or 0xE42CCD) is known color: Razzle Dazzle Rose. HEX triplet: E4, 2C and CD. RGB value is (228,44,205). Sum of RGB (Red+Green+Blue) = 228+44+205=477 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.80% from 477); Green value is 44 (17.58% from 255 or 9.22% from 477); Blue value is 205 (80.47% from 255 or 42.98% from 477); Max value from RGB is 228 - color contains mainly: red. Hex color #E42CCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E42CCD is #1BD332. Grayscale: #747474. Windows color (decimal): -1823539 or 13446372. OLE color: 13446372.
HSL color Cylindrical-coordinate representation of color #E42CCD: hue angle of 307.5º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E42CCD is Cyan = 0, Magento = 0.81, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 44 | 205 | - |
| CMYK | 0 | 0.81 | 0.10 | 0.11 |
| HSL | 307.5º | 0.77% | 0.53% | - |
| HSV(B) | 307.5º | 0.81% | 0.89% | - |
| XYZ | 43.92 | 22.7 | 59.83 | - |
| YUV | 117.37 | 177.46 | 206.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 44 | 205 | 0 | 0.81 | 0.10 | 0.11 | 307.5 | 0.77 | 0.53 |
| Hex | E4 | 2C | CD | 0 | 51 | A | B | 134 | 4D | 35 |
| Octal | 344 | 54 | 315 | 0 | 121 | 12 | 13 | 464 | 115 | 65 |
| Binary | 11100100 | 101100 | 11001101 | 0 | 1010001 | 1010 | 1011 | 100110100 | 1001101 | 110101 |
Color Harmonies of #E42CCD
Complementary color
Monochromatic Colors of #E42CCD
Black with #E42CCD
Text Example
Text Example
White with #E42CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42CCD; }
p { color: rgb(228,44,205); }
H1.HeaderClassName
{
color: #E42CCD;
}
.AnyTagClassName
{
color: #E42CCD;
}
</style>
background-color css
<style>
a { background-color: #E42CCD; }
a { background-color: rgb(228,44,205); }
div.DivClassName
{
background-color: #E42CCD;
}
.BgClassName
{
background-color: #E42CCD;
}
</style>
border-color css
<style>
span { border-color: #E42CCD; }
span { border-color: rgb(228,44,205); }
td.TdClassName
{
border-color: #E42CCD;
}
.TagClassName
{
border-color: #E42CCD;
}
</style>