Shades of Razzle Dazzle Rose #E332BF
Tints of Razzle Dazzle Rose #E332BF
RGB
CMYK
RGB Variations
Color information
#E332BF (or 0xE332BF) is known color: Razzle Dazzle Rose. HEX triplet: E3, 32 and BF. RGB value is (227,50,191). Sum of RGB (Red+Green+Blue) = 227+50+191=468 (61% of max value = 765). Red value is 227 (89.06% from 255 or 48.50% from 468); Green value is 50 (19.92% from 255 or 10.68% from 468); Blue value is 191 (75% from 255 or 40.81% from 468); Max value from RGB is 227 - color contains mainly: red. Hex color #E332BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E332BF is #1CCD40. Grayscale: #767676. Windows color (decimal): -1887553 or 12530403. OLE color: 12530403.
HSL color Cylindrical-coordinate representation of color #E332BF: hue angle of 312.2º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E332BF is Cyan = 0, Magento = 0.78, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 50 | 191 | - |
| CMYK | 0 | 0.78 | 0.16 | 0.11 |
| HSL | 312.2º | 0.76% | 0.54% | - |
| HSV(B) | 312.2º | 0.78% | 0.89% | - |
| XYZ | 42.22 | 22.37 | 51.38 | - |
| YUV | 119 | 168.64 | 205.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 50 | 191 | 0 | 0.78 | 0.16 | 0.11 | 312.2 | 0.76 | 0.54 |
| Hex | E3 | 32 | BF | 0 | 4E | 10 | B | 138 | 4C | 36 |
| Octal | 343 | 62 | 277 | 0 | 116 | 20 | 13 | 470 | 114 | 66 |
| Binary | 11100011 | 110010 | 10111111 | 0 | 1001110 | 10000 | 1011 | 100111000 | 1001100 | 110110 |
Color Harmonies of #E332BF
Complementary color
Monochromatic Colors of #E332BF
Black with #E332BF
Text Example
Text Example
White with #E332BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E332BF; }
p { color: rgb(227,50,191); }
H1.HeaderClassName
{
color: #E332BF;
}
.AnyTagClassName
{
color: #E332BF;
}
</style>
background-color css
<style>
a { background-color: #E332BF; }
a { background-color: rgb(227,50,191); }
div.DivClassName
{
background-color: #E332BF;
}
.BgClassName
{
background-color: #E332BF;
}
</style>
border-color css
<style>
span { border-color: #E332BF; }
span { border-color: rgb(227,50,191); }
td.TdClassName
{
border-color: #E332BF;
}
.TagClassName
{
border-color: #E332BF;
}
</style>