Shades of Razzle Dazzle Rose #E328BC
Tints of Razzle Dazzle Rose #E328BC
RGB
CMYK
RGB Variations
Color information
#E328BC (or 0xE328BC) is known color: Razzle Dazzle Rose. HEX triplet: E3, 28 and BC. RGB value is (227,40,188). Sum of RGB (Red+Green+Blue) = 227+40+188=455 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.89% from 455); Green value is 40 (16.02% from 255 or 8.79% from 455); Blue value is 188 (73.83% from 255 or 41.32% from 455); Max value from RGB is 227 - color contains mainly: red. Hex color #E328BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E328BC is #1CD743. Grayscale: #707070. Windows color (decimal): -1890116 or 12331235. OLE color: 12331235.
HSL color Cylindrical-coordinate representation of color #E328BC: hue angle of 312.51º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E328BC is Cyan = 0, Magento = 0.82, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 40 | 188 | - |
| CMYK | 0 | 0.82 | 0.17 | 0.11 |
| HSL | 312.51º | 0.77% | 0.52% | - |
| HSV(B) | 312.51º | 0.82% | 0.89% | - |
| XYZ | 41.51 | 21.48 | 49.53 | - |
| YUV | 112.79 | 170.45 | 209.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 40 | 188 | 0 | 0.82 | 0.17 | 0.11 | 312.51 | 0.77 | 0.52 |
| Hex | E3 | 28 | BC | 0 | 52 | 11 | B | 139 | 4D | 34 |
| Octal | 343 | 50 | 274 | 0 | 122 | 21 | 13 | 471 | 115 | 64 |
| Binary | 11100011 | 101000 | 10111100 | 0 | 1010010 | 10001 | 1011 | 100111001 | 1001101 | 110100 |
Color Harmonies of #E328BC
Complementary color
Monochromatic Colors of #E328BC
Black with #E328BC
Text Example
Text Example
White with #E328BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E328BC; }
p { color: rgb(227,40,188); }
H1.HeaderClassName
{
color: #E328BC;
}
.AnyTagClassName
{
color: #E328BC;
}
</style>
background-color css
<style>
a { background-color: #E328BC; }
a { background-color: rgb(227,40,188); }
div.DivClassName
{
background-color: #E328BC;
}
.BgClassName
{
background-color: #E328BC;
}
</style>
border-color css
<style>
span { border-color: #E328BC; }
span { border-color: rgb(227,40,188); }
td.TdClassName
{
border-color: #E328BC;
}
.TagClassName
{
border-color: #E328BC;
}
</style>