Shades of Razzle Dazzle Rose #E334BE
Tints of Razzle Dazzle Rose #E334BE
RGB
CMYK
RGB Variations
Color information
#E334BE (or 0xE334BE) is known color: Razzle Dazzle Rose. HEX triplet: E3, 34 and BE. RGB value is (227,52,190). Sum of RGB (Red+Green+Blue) = 227+52+190=469 (62% of max value = 765). Red value is 227 (89.06% from 255 or 48.40% from 469); Green value is 52 (20.70% from 255 or 11.09% from 469); Blue value is 190 (74.61% from 255 or 40.51% from 469); Max value from RGB is 227 - color contains mainly: red. Hex color #E334BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E334BE is #1CCB41. Grayscale: #777777. Windows color (decimal): -1887042 or 12465379. OLE color: 12465379.
HSL color Cylindrical-coordinate representation of color #E334BE: hue angle of 312.69º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E334BE is Cyan = 0, Magento = 0.77, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 52 | 190 | - |
| CMYK | 0 | 0.77 | 0.16 | 0.11 |
| HSL | 312.69º | 0.76% | 0.55% | - |
| HSV(B) | 312.69º | 0.77% | 0.89% | - |
| XYZ | 42.2 | 22.5 | 50.83 | - |
| YUV | 120.06 | 167.48 | 204.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 52 | 190 | 0 | 0.77 | 0.16 | 0.11 | 312.69 | 0.76 | 0.55 |
| Hex | E3 | 34 | BE | 0 | 4D | 10 | B | 139 | 4C | 37 |
| Octal | 343 | 64 | 276 | 0 | 115 | 20 | 13 | 471 | 114 | 67 |
| Binary | 11100011 | 110100 | 10111110 | 0 | 1001101 | 10000 | 1011 | 100111001 | 1001100 | 110111 |
Color Harmonies of #E334BE
Complementary color
Monochromatic Colors of #E334BE
Black with #E334BE
Text Example
Text Example
White with #E334BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E334BE; }
p { color: rgb(227,52,190); }
H1.HeaderClassName
{
color: #E334BE;
}
.AnyTagClassName
{
color: #E334BE;
}
</style>
background-color css
<style>
a { background-color: #E334BE; }
a { background-color: rgb(227,52,190); }
div.DivClassName
{
background-color: #E334BE;
}
.BgClassName
{
background-color: #E334BE;
}
</style>
border-color css
<style>
span { border-color: #E334BE; }
span { border-color: rgb(227,52,190); }
td.TdClassName
{
border-color: #E334BE;
}
.TagClassName
{
border-color: #E334BE;
}
</style>