Shades of Razzle Dazzle Rose #E621CE
Tints of Razzle Dazzle Rose #E621CE
RGB
CMYK
RGB Variations
Color information
#E621CE (or 0xE621CE) is known color: Razzle Dazzle Rose. HEX triplet: E6, 21 and CE. RGB value is (230,33,206). Sum of RGB (Red+Green+Blue) = 230+33+206=469 (62% of max value = 765). Red value is 230 (90.23% from 255 or 49.04% from 469); Green value is 33 (13.28% from 255 or 7.04% from 469); Blue value is 206 (80.86% from 255 or 43.92% from 469); Max value from RGB is 230 - color contains mainly: red. Hex color #E621CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E621CE is #19DE31. Grayscale: #6F6F6F. Windows color (decimal): -1695282 or 13509094. OLE color: 13509094.
HSL color Cylindrical-coordinate representation of color #E621CE: hue angle of 307.31º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E621CE is Cyan = 0, Magento = 0.86, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 33 | 206 | - |
| CMYK | 0 | 0.86 | 0.10 | 0.10 |
| HSL | 307.31º | 0.8% | 0.52% | - |
| HSV(B) | 307.31º | 0.86% | 0.9% | - |
| XYZ | 44.32 | 22.37 | 60.37 | - |
| YUV | 111.63 | 181.27 | 212.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 33 | 206 | 0 | 0.86 | 0.10 | 0.10 | 307.31 | 0.8 | 0.52 |
| Hex | E6 | 21 | CE | 0 | 56 | A | A | 133 | 50 | 34 |
| Octal | 346 | 41 | 316 | 0 | 126 | 12 | 12 | 463 | 120 | 64 |
| Binary | 11100110 | 100001 | 11001110 | 0 | 1010110 | 1010 | 1010 | 100110011 | 1010000 | 110100 |
Color Harmonies of #E621CE
Complementary color
Monochromatic Colors of #E621CE
Black with #E621CE
Text Example
Text Example
White with #E621CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E621CE; }
p { color: rgb(230,33,206); }
H1.HeaderClassName
{
color: #E621CE;
}
.AnyTagClassName
{
color: #E621CE;
}
</style>
background-color css
<style>
a { background-color: #E621CE; }
a { background-color: rgb(230,33,206); }
div.DivClassName
{
background-color: #E621CE;
}
.BgClassName
{
background-color: #E621CE;
}
</style>
border-color css
<style>
span { border-color: #E621CE; }
span { border-color: rgb(230,33,206); }
td.TdClassName
{
border-color: #E621CE;
}
.TagClassName
{
border-color: #E621CE;
}
</style>