Shades of Razzle Dazzle Rose #E621CC
Tints of Razzle Dazzle Rose #E621CC
RGB
CMYK
RGB Variations
Color information
#E621CC (or 0xE621CC) is known color: Razzle Dazzle Rose. HEX triplet: E6, 21 and CC. RGB value is (230,33,204). Sum of RGB (Red+Green+Blue) = 230+33+204=467 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.25% from 467); Green value is 33 (13.28% from 255 or 7.07% from 467); Blue value is 204 (80.08% from 255 or 43.68% from 467); Max value from RGB is 230 - color contains mainly: red. Hex color #E621CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E621CC is #19DE33. Grayscale: #6E6E6E. Windows color (decimal): -1695284 or 13378022. OLE color: 13378022.
HSL color Cylindrical-coordinate representation of color #E621CC: hue angle of 307.92º 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 #E621CC is Cyan = 0, Magento = 0.86, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 33 | 204 | - |
| CMYK | 0 | 0.86 | 0.11 | 0.10 |
| HSL | 307.92º | 0.8% | 0.52% | - |
| HSV(B) | 307.92º | 0.86% | 0.9% | - |
| XYZ | 44.08 | 22.27 | 59.1 | - |
| YUV | 111.4 | 180.27 | 212.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 33 | 204 | 0 | 0.86 | 0.11 | 0.10 | 307.92 | 0.8 | 0.52 |
| Hex | E6 | 21 | CC | 0 | 56 | B | A | 134 | 50 | 34 |
| Octal | 346 | 41 | 314 | 0 | 126 | 13 | 12 | 464 | 120 | 64 |
| Binary | 11100110 | 100001 | 11001100 | 0 | 1010110 | 1011 | 1010 | 100110100 | 1010000 | 110100 |
Color Harmonies of #E621CC
Complementary color
Monochromatic Colors of #E621CC
Black with #E621CC
Text Example
Text Example
White with #E621CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E621CC; }
p { color: rgb(230,33,204); }
H1.HeaderClassName
{
color: #E621CC;
}
.AnyTagClassName
{
color: #E621CC;
}
</style>
background-color css
<style>
a { background-color: #E621CC; }
a { background-color: rgb(230,33,204); }
div.DivClassName
{
background-color: #E621CC;
}
.BgClassName
{
background-color: #E621CC;
}
</style>
border-color css
<style>
span { border-color: #E621CC; }
span { border-color: rgb(230,33,204); }
td.TdClassName
{
border-color: #E621CC;
}
.TagClassName
{
border-color: #E621CC;
}
</style>