Shades of Razzle Dazzle Rose #E928C2
Tints of Razzle Dazzle Rose #E928C2
RGB
CMYK
RGB Variations
Color information
#E928C2 (or 0xE928C2) is known color: Razzle Dazzle Rose. HEX triplet: E9, 28 and C2. RGB value is (233,40,194). Sum of RGB (Red+Green+Blue) = 233+40+194=467 (61% of max value = 765). Red value is 233 (91.41% from 255 or 49.89% from 467); Green value is 40 (16.02% from 255 or 8.57% from 467); Blue value is 194 (76.17% from 255 or 41.54% from 467); Max value from RGB is 233 - color contains mainly: red. Hex color #E928C2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E928C2 is #16D73D. Grayscale: #727272. Windows color (decimal): -1496894 or 12724457. OLE color: 12724457.
HSL color Cylindrical-coordinate representation of color #E928C2: hue angle of 312.12º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E928C2 is Cyan = 0, Magento = 0.83, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 40 | 194 | - |
| CMYK | 0 | 0.83 | 0.17 | 0.09 |
| HSL | 312.12º | 0.81% | 0.54% | - |
| HSV(B) | 312.12º | 0.83% | 0.91% | - |
| XYZ | 44.1 | 22.74 | 53.1 | - |
| YUV | 115.26 | 172.44 | 211.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 40 | 194 | 0 | 0.83 | 0.17 | 0.09 | 312.12 | 0.81 | 0.54 |
| Hex | E9 | 28 | C2 | 0 | 53 | 11 | 9 | 138 | 51 | 36 |
| Octal | 351 | 50 | 302 | 0 | 123 | 21 | 11 | 470 | 121 | 66 |
| Binary | 11101001 | 101000 | 11000010 | 0 | 1010011 | 10001 | 1001 | 100111000 | 1010001 | 110110 |
Color Harmonies of #E928C2
Complementary color
Monochromatic Colors of #E928C2
Black with #E928C2
Text Example
Text Example
White with #E928C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E928C2; }
p { color: rgb(233,40,194); }
H1.HeaderClassName
{
color: #E928C2;
}
.AnyTagClassName
{
color: #E928C2;
}
</style>
background-color css
<style>
a { background-color: #E928C2; }
a { background-color: rgb(233,40,194); }
div.DivClassName
{
background-color: #E928C2;
}
.BgClassName
{
background-color: #E928C2;
}
</style>
border-color css
<style>
span { border-color: #E928C2; }
span { border-color: rgb(233,40,194); }
td.TdClassName
{
border-color: #E928C2;
}
.TagClassName
{
border-color: #E928C2;
}
</style>