Shades of Razzle Dazzle Rose #E927C1
Tints of Razzle Dazzle Rose #E927C1
RGB
CMYK
RGB Variations
Color information
#E927C1 (or 0xE927C1) is known color: Razzle Dazzle Rose. HEX triplet: E9, 27 and C1. RGB value is (233,39,193). Sum of RGB (Red+Green+Blue) = 233+39+193=465 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.11% from 465); Green value is 39 (15.62% from 255 or 8.39% from 465); Blue value is 193 (75.78% from 255 or 41.51% from 465); Max value from RGB is 233 - color contains mainly: red. Hex color #E927C1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E927C1 is #16D83E. Grayscale: #727272. Windows color (decimal): -1497151 or 12658665. OLE color: 12658665.
HSL color Cylindrical-coordinate representation of color #E927C1: hue angle of 312.37º 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 #E927C1 is Cyan = 0, Magento = 0.83, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 39 | 193 | - |
| CMYK | 0 | 0.83 | 0.17 | 0.09 |
| HSL | 312.37º | 0.82% | 0.53% | - |
| HSV(B) | 312.37º | 0.83% | 0.91% | - |
| XYZ | 43.96 | 22.62 | 52.5 | - |
| YUV | 114.56 | 172.27 | 212.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 39 | 193 | 0 | 0.83 | 0.17 | 0.09 | 312.37 | 0.82 | 0.53 |
| Hex | E9 | 27 | C1 | 0 | 53 | 11 | 9 | 138 | 52 | 35 |
| Octal | 351 | 47 | 301 | 0 | 123 | 21 | 11 | 470 | 122 | 65 |
| Binary | 11101001 | 100111 | 11000001 | 0 | 1010011 | 10001 | 1001 | 100111000 | 1010010 | 110101 |
Color Harmonies of #E927C1
Complementary color
Monochromatic Colors of #E927C1
Black with #E927C1
Text Example
Text Example
White with #E927C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E927C1; }
p { color: rgb(233,39,193); }
H1.HeaderClassName
{
color: #E927C1;
}
.AnyTagClassName
{
color: #E927C1;
}
</style>
background-color css
<style>
a { background-color: #E927C1; }
a { background-color: rgb(233,39,193); }
div.DivClassName
{
background-color: #E927C1;
}
.BgClassName
{
background-color: #E927C1;
}
</style>
border-color css
<style>
span { border-color: #E927C1; }
span { border-color: rgb(233,39,193); }
td.TdClassName
{
border-color: #E927C1;
}
.TagClassName
{
border-color: #E927C1;
}
</style>