Shades of Razzle Dazzle Rose #E927C5
Tints of Razzle Dazzle Rose #E927C5
RGB
CMYK
RGB Variations
Color information
#E927C5 (or 0xE927C5) is known color: Razzle Dazzle Rose. HEX triplet: E9, 27 and C5. RGB value is (233,39,197). Sum of RGB (Red+Green+Blue) = 233+39+197=469 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.68% from 469); Green value is 39 (15.62% from 255 or 8.32% from 469); Blue value is 197 (77.34% from 255 or 42.00% from 469); Max value from RGB is 233 - color contains mainly: red. Hex color #E927C5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E927C5 is #16D83A. Grayscale: #727272. Windows color (decimal): -1497147 or 12920809. OLE color: 12920809.
HSL color Cylindrical-coordinate representation of color #E927C5: hue angle of 311.13º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E927C5 is Cyan = 0, Magento = 0.83, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 39 | 197 | - |
| CMYK | 0 | 0.83 | 0.15 | 0.09 |
| HSL | 311.13º | 0.82% | 0.53% | - |
| HSV(B) | 311.13º | 0.83% | 0.91% | - |
| XYZ | 44.41 | 22.81 | 54.88 | - |
| YUV | 115.02 | 174.27 | 212.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 39 | 197 | 0 | 0.83 | 0.15 | 0.09 | 311.13 | 0.82 | 0.53 |
| Hex | E9 | 27 | C5 | 0 | 53 | F | 9 | 137 | 52 | 35 |
| Octal | 351 | 47 | 305 | 0 | 123 | 17 | 11 | 467 | 122 | 65 |
| Binary | 11101001 | 100111 | 11000101 | 0 | 1010011 | 1111 | 1001 | 100110111 | 1010010 | 110101 |
Color Harmonies of #E927C5
Complementary color
Monochromatic Colors of #E927C5
Black with #E927C5
Text Example
Text Example
White with #E927C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E927C5; }
p { color: rgb(233,39,197); }
H1.HeaderClassName
{
color: #E927C5;
}
.AnyTagClassName
{
color: #E927C5;
}
</style>
background-color css
<style>
a { background-color: #E927C5; }
a { background-color: rgb(233,39,197); }
div.DivClassName
{
background-color: #E927C5;
}
.BgClassName
{
background-color: #E927C5;
}
</style>
border-color css
<style>
span { border-color: #E927C5; }
span { border-color: rgb(233,39,197); }
td.TdClassName
{
border-color: #E927C5;
}
.TagClassName
{
border-color: #E927C5;
}
</style>