Shades of Razzle Dazzle Rose #E421CE
Tints of Razzle Dazzle Rose #E421CE
RGB
CMYK
RGB Variations
Color information
#E421CE (or 0xE421CE) is known color: Razzle Dazzle Rose. HEX triplet: E4, 21 and CE. RGB value is (228,33,206). Sum of RGB (Red+Green+Blue) = 228+33+206=467 (61% of max value = 765). Red value is 228 (89.45% from 255 or 48.82% from 467); Green value is 33 (13.28% from 255 or 7.07% from 467); Blue value is 206 (80.86% from 255 or 44.11% from 467); Max value from RGB is 228 - color contains mainly: red. Hex color #E421CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E421CE is #1BDE31. Grayscale: #6E6E6E. Windows color (decimal): -1826354 or 13509092. OLE color: 13509092.
HSL color Cylindrical-coordinate representation of color #E421CE: hue angle of 306.77º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E421CE is Cyan = 0, Magento = 0.86, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 33 | 206 | - |
| CMYK | 0 | 0.86 | 0.10 | 0.11 |
| HSL | 306.77º | 0.78% | 0.51% | - |
| HSV(B) | 306.77º | 0.86% | 0.89% | - |
| XYZ | 43.68 | 22.04 | 60.34 | - |
| YUV | 111.03 | 181.6 | 211.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 33 | 206 | 0 | 0.86 | 0.10 | 0.11 | 306.77 | 0.78 | 0.51 |
| Hex | E4 | 21 | CE | 0 | 56 | A | B | 133 | 4E | 33 |
| Octal | 344 | 41 | 316 | 0 | 126 | 12 | 13 | 463 | 116 | 63 |
| Binary | 11100100 | 100001 | 11001110 | 0 | 1010110 | 1010 | 1011 | 100110011 | 1001110 | 110011 |
Color Harmonies of #E421CE
Complementary color
Monochromatic Colors of #E421CE
Black with #E421CE
Text Example
Text Example
White with #E421CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E421CE; }
p { color: rgb(228,33,206); }
H1.HeaderClassName
{
color: #E421CE;
}
.AnyTagClassName
{
color: #E421CE;
}
</style>
background-color css
<style>
a { background-color: #E421CE; }
a { background-color: rgb(228,33,206); }
div.DivClassName
{
background-color: #E421CE;
}
.BgClassName
{
background-color: #E421CE;
}
</style>
border-color css
<style>
span { border-color: #E421CE; }
span { border-color: rgb(228,33,206); }
td.TdClassName
{
border-color: #E421CE;
}
.TagClassName
{
border-color: #E421CE;
}
</style>