Shades of Razzle Dazzle Rose #E921CB
Tints of Razzle Dazzle Rose #E921CB
RGB
CMYK
RGB Variations
Color information
#E921CB (or 0xE921CB) is known color: Razzle Dazzle Rose. HEX triplet: E9, 21 and CB. RGB value is (233,33,203). Sum of RGB (Red+Green+Blue) = 233+33+203=469 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.68% from 469); Green value is 33 (13.28% from 255 or 7.04% from 469); Blue value is 203 (79.69% from 255 or 43.28% from 469); Max value from RGB is 233 - color contains mainly: red. Hex color #E921CB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E921CB is #16DE34. Grayscale: #6F6F6F. Windows color (decimal): -1498677 or 13312489. OLE color: 13312489.
HSL color Cylindrical-coordinate representation of color #E921CB: hue angle of 309º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E921CB is Cyan = 0, Magento = 0.86, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 33 | 203 | - |
| CMYK | 0 | 0.86 | 0.13 | 0.09 |
| HSL | 309º | 0.82% | 0.52% | - |
| HSV(B) | 309º | 0.86% | 0.91% | - |
| XYZ | 44.93 | 22.72 | 58.52 | - |
| YUV | 112.18 | 179.26 | 214.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 33 | 203 | 0 | 0.86 | 0.13 | 0.09 | 309 | 0.82 | 0.52 |
| Hex | E9 | 21 | CB | 0 | 56 | D | 9 | 135 | 52 | 34 |
| Octal | 351 | 41 | 313 | 0 | 126 | 15 | 11 | 465 | 122 | 64 |
| Binary | 11101001 | 100001 | 11001011 | 0 | 1010110 | 1101 | 1001 | 100110101 | 1010010 | 110100 |
Color Harmonies of #E921CB
Complementary color
Monochromatic Colors of #E921CB
Black with #E921CB
Text Example
Text Example
White with #E921CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E921CB; }
p { color: rgb(233,33,203); }
H1.HeaderClassName
{
color: #E921CB;
}
.AnyTagClassName
{
color: #E921CB;
}
</style>
background-color css
<style>
a { background-color: #E921CB; }
a { background-color: rgb(233,33,203); }
div.DivClassName
{
background-color: #E921CB;
}
.BgClassName
{
background-color: #E921CB;
}
</style>
border-color css
<style>
span { border-color: #E921CB; }
span { border-color: rgb(233,33,203); }
td.TdClassName
{
border-color: #E921CB;
}
.TagClassName
{
border-color: #E921CB;
}
</style>