Shades of Razzle Dazzle Rose #E341BF
Tints of Razzle Dazzle Rose #E341BF
RGB
CMYK
RGB Variations
Color information
#E341BF (or 0xE341BF) is known color: Razzle Dazzle Rose. HEX triplet: E3, 41 and BF. RGB value is (227,65,191). Sum of RGB (Red+Green+Blue) = 227+65+191=483 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.00% from 483); Green value is 65 (25.78% from 255 or 13.46% from 483); Blue value is 191 (75% from 255 or 39.54% from 483); Max value from RGB is 227 - color contains mainly: red. Hex color #E341BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E341BF is #1CBE40. Grayscale: #7F7F7F. Windows color (decimal): -1883713 or 12534243. OLE color: 12534243.
HSL color Cylindrical-coordinate representation of color #E341BF: hue angle of 313.33º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E341BF is Cyan = 0, Magento = 0.71, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 65 | 191 | - |
| CMYK | 0 | 0.71 | 0.16 | 0.11 |
| HSL | 313.33º | 0.74% | 0.57% | - |
| HSV(B) | 313.33º | 0.71% | 0.89% | - |
| XYZ | 42.97 | 23.87 | 51.63 | - |
| YUV | 127.8 | 163.67 | 198.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 65 | 191 | 0 | 0.71 | 0.16 | 0.11 | 313.33 | 0.74 | 0.57 |
| Hex | E3 | 41 | BF | 0 | 47 | 10 | B | 139 | 4A | 39 |
| Octal | 343 | 101 | 277 | 0 | 107 | 20 | 13 | 471 | 112 | 71 |
| Binary | 11100011 | 1000001 | 10111111 | 0 | 1000111 | 10000 | 1011 | 100111001 | 1001010 | 111001 |
Color Harmonies of #E341BF
Complementary color
Monochromatic Colors of #E341BF
Black with #E341BF
Text Example
Text Example
White with #E341BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E341BF; }
p { color: rgb(227,65,191); }
H1.HeaderClassName
{
color: #E341BF;
}
.AnyTagClassName
{
color: #E341BF;
}
</style>
background-color css
<style>
a { background-color: #E341BF; }
a { background-color: rgb(227,65,191); }
div.DivClassName
{
background-color: #E341BF;
}
.BgClassName
{
background-color: #E341BF;
}
</style>
border-color css
<style>
span { border-color: #E341BF; }
span { border-color: rgb(227,65,191); }
td.TdClassName
{
border-color: #E341BF;
}
.TagClassName
{
border-color: #E341BF;
}
</style>