Shades of Razzle Dazzle Rose #E327BF
Tints of Razzle Dazzle Rose #E327BF
RGB
CMYK
RGB Variations
Color information
#E327BF (or 0xE327BF) is known color: Razzle Dazzle Rose. HEX triplet: E3, 27 and BF. RGB value is (227,39,191). Sum of RGB (Red+Green+Blue) = 227+39+191=457 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.67% from 457); Green value is 39 (15.62% from 255 or 8.53% from 457); Blue value is 191 (75% from 255 or 41.79% from 457); Max value from RGB is 227 - color contains mainly: red. Hex color #E327BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E327BF is #1CD840. Grayscale: #707070. Windows color (decimal): -1890369 or 12527587. OLE color: 12527587.
HSL color Cylindrical-coordinate representation of color #E327BF: hue angle of 311.49º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E327BF is Cyan = 0, Magento = 0.83, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 39 | 191 | - |
| CMYK | 0 | 0.83 | 0.16 | 0.11 |
| HSL | 311.49º | 0.77% | 0.52% | - |
| HSV(B) | 311.49º | 0.83% | 0.89% | - |
| XYZ | 41.81 | 21.54 | 51.25 | - |
| YUV | 112.54 | 172.28 | 209.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 39 | 191 | 0 | 0.83 | 0.16 | 0.11 | 311.49 | 0.77 | 0.52 |
| Hex | E3 | 27 | BF | 0 | 53 | 10 | B | 137 | 4D | 34 |
| Octal | 343 | 47 | 277 | 0 | 123 | 20 | 13 | 467 | 115 | 64 |
| Binary | 11100011 | 100111 | 10111111 | 0 | 1010011 | 10000 | 1011 | 100110111 | 1001101 | 110100 |
Color Harmonies of #E327BF
Complementary color
Monochromatic Colors of #E327BF
Black with #E327BF
Text Example
Text Example
White with #E327BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E327BF; }
p { color: rgb(227,39,191); }
H1.HeaderClassName
{
color: #E327BF;
}
.AnyTagClassName
{
color: #E327BF;
}
</style>
background-color css
<style>
a { background-color: #E327BF; }
a { background-color: rgb(227,39,191); }
div.DivClassName
{
background-color: #E327BF;
}
.BgClassName
{
background-color: #E327BF;
}
</style>
border-color css
<style>
span { border-color: #E327BF; }
span { border-color: rgb(227,39,191); }
td.TdClassName
{
border-color: #E327BF;
}
.TagClassName
{
border-color: #E327BF;
}
</style>