Shades of Razzle Dazzle Rose #E340BE
Tints of Razzle Dazzle Rose #E340BE
RGB
CMYK
RGB Variations
Color information
#E340BE (or 0xE340BE) is known color: Razzle Dazzle Rose. HEX triplet: E3, 40 and BE. RGB value is (227,64,190). Sum of RGB (Red+Green+Blue) = 227+64+190=481 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.19% from 481); Green value is 64 (25.39% from 255 or 13.31% from 481); Blue value is 190 (74.61% from 255 or 39.50% from 481); Max value from RGB is 227 - color contains mainly: red. Hex color #E340BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E340BE is #1CBF41. Grayscale: #7E7E7E. Windows color (decimal): -1883970 or 12468451. OLE color: 12468451.
HSL color Cylindrical-coordinate representation of color #E340BE: hue angle of 313.62º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E340BE is Cyan = 0, Magento = 0.72, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 64 | 190 | - |
| CMYK | 0 | 0.72 | 0.16 | 0.11 |
| HSL | 313.62º | 0.74% | 0.57% | - |
| HSV(B) | 313.62º | 0.72% | 0.89% | - |
| XYZ | 42.81 | 23.72 | 51.04 | - |
| YUV | 127.1 | 163.5 | 199.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 64 | 190 | 0 | 0.72 | 0.16 | 0.11 | 313.62 | 0.74 | 0.57 |
| Hex | E3 | 40 | BE | 0 | 48 | 10 | B | 13A | 4A | 39 |
| Octal | 343 | 100 | 276 | 0 | 110 | 20 | 13 | 472 | 112 | 71 |
| Binary | 11100011 | 1000000 | 10111110 | 0 | 1001000 | 10000 | 1011 | 100111010 | 1001010 | 111001 |
Color Harmonies of #E340BE
Complementary color
Monochromatic Colors of #E340BE
Black with #E340BE
Text Example
Text Example
White with #E340BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E340BE; }
p { color: rgb(227,64,190); }
H1.HeaderClassName
{
color: #E340BE;
}
.AnyTagClassName
{
color: #E340BE;
}
</style>
background-color css
<style>
a { background-color: #E340BE; }
a { background-color: rgb(227,64,190); }
div.DivClassName
{
background-color: #E340BE;
}
.BgClassName
{
background-color: #E340BE;
}
</style>
border-color css
<style>
span { border-color: #E340BE; }
span { border-color: rgb(227,64,190); }
td.TdClassName
{
border-color: #E340BE;
}
.TagClassName
{
border-color: #E340BE;
}
</style>