Shades of Razzle Dazzle Rose #E340BC
Tints of Razzle Dazzle Rose #E340BC
RGB
CMYK
RGB Variations
Color information
#E340BC (or 0xE340BC) is known color: Razzle Dazzle Rose. HEX triplet: E3, 40 and BC. RGB value is (227,64,188). Sum of RGB (Red+Green+Blue) = 227+64+188=479 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.39% from 479); Green value is 64 (25.39% from 255 or 13.36% from 479); Blue value is 188 (73.83% from 255 or 39.25% from 479); Max value from RGB is 227 - color contains mainly: red. Hex color #E340BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E340BC is #1CBF43. Grayscale: #7E7E7E. Windows color (decimal): -1883972 or 12337379. OLE color: 12337379.
HSL color Cylindrical-coordinate representation of color #E340BC: hue angle of 314.36º 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 #E340BC is Cyan = 0, Magento = 0.72, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 64 | 188 | - |
| CMYK | 0 | 0.72 | 0.17 | 0.11 |
| HSL | 314.36º | 0.74% | 0.57% | - |
| HSV(B) | 314.36º | 0.72% | 0.89% | - |
| XYZ | 42.59 | 23.63 | 49.89 | - |
| YUV | 126.87 | 162.5 | 199.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 64 | 188 | 0 | 0.72 | 0.17 | 0.11 | 314.36 | 0.74 | 0.57 |
| Hex | E3 | 40 | BC | 0 | 48 | 11 | B | 13A | 4A | 39 |
| Octal | 343 | 100 | 274 | 0 | 110 | 21 | 13 | 472 | 112 | 71 |
| Binary | 11100011 | 1000000 | 10111100 | 0 | 1001000 | 10001 | 1011 | 100111010 | 1001010 | 111001 |
Color Harmonies of #E340BC
Complementary color
Monochromatic Colors of #E340BC
Black with #E340BC
Text Example
Text Example
White with #E340BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E340BC; }
p { color: rgb(227,64,188); }
H1.HeaderClassName
{
color: #E340BC;
}
.AnyTagClassName
{
color: #E340BC;
}
</style>
background-color css
<style>
a { background-color: #E340BC; }
a { background-color: rgb(227,64,188); }
div.DivClassName
{
background-color: #E340BC;
}
.BgClassName
{
background-color: #E340BC;
}
</style>
border-color css
<style>
span { border-color: #E340BC; }
span { border-color: rgb(227,64,188); }
td.TdClassName
{
border-color: #E340BC;
}
.TagClassName
{
border-color: #E340BC;
}
</style>