Shades of Razzle Dazzle Rose #E42FCD
Tints of Razzle Dazzle Rose #E42FCD
RGB
CMYK
RGB Variations
Color information
#E42FCD (or 0xE42FCD) is known color: Razzle Dazzle Rose. HEX triplet: E4, 2F and CD. RGB value is (228,47,205). Sum of RGB (Red+Green+Blue) = 228+47+205=480 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.5% from 480); Green value is 47 (18.75% from 255 or 9.79% from 480); Blue value is 205 (80.47% from 255 or 42.71% from 480); Max value from RGB is 228 - color contains mainly: red. Hex color #E42FCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E42FCD is #1BD032. Grayscale: #767676. Windows color (decimal): -1822771 or 13447140. OLE color: 13447140.
HSL color Cylindrical-coordinate representation of color #E42FCD: hue angle of 307.62º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E42FCD is Cyan = 0, Magento = 0.79, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 47 | 205 | - |
| CMYK | 0 | 0.79 | 0.10 | 0.11 |
| HSL | 307.62º | 0.77% | 0.54% | - |
| HSV(B) | 307.62º | 0.79% | 0.89% | - |
| XYZ | 44.03 | 22.93 | 59.86 | - |
| YUV | 119.13 | 176.47 | 205.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 47 | 205 | 0 | 0.79 | 0.10 | 0.11 | 307.62 | 0.77 | 0.54 |
| Hex | E4 | 2F | CD | 0 | 4F | A | B | 134 | 4D | 36 |
| Octal | 344 | 57 | 315 | 0 | 117 | 12 | 13 | 464 | 115 | 66 |
| Binary | 11100100 | 101111 | 11001101 | 0 | 1001111 | 1010 | 1011 | 100110100 | 1001101 | 110110 |
Color Harmonies of #E42FCD
Complementary color
Monochromatic Colors of #E42FCD
Black with #E42FCD
Text Example
Text Example
White with #E42FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42FCD; }
p { color: rgb(228,47,205); }
H1.HeaderClassName
{
color: #E42FCD;
}
.AnyTagClassName
{
color: #E42FCD;
}
</style>
background-color css
<style>
a { background-color: #E42FCD; }
a { background-color: rgb(228,47,205); }
div.DivClassName
{
background-color: #E42FCD;
}
.BgClassName
{
background-color: #E42FCD;
}
</style>
border-color css
<style>
span { border-color: #E42FCD; }
span { border-color: rgb(228,47,205); }
td.TdClassName
{
border-color: #E42FCD;
}
.TagClassName
{
border-color: #E42FCD;
}
</style>