Shades of Razzle Dazzle Rose #E543BE
Tints of Razzle Dazzle Rose #E543BE
RGB
CMYK
RGB Variations
Color information
#E543BE (or 0xE543BE) is known color: Razzle Dazzle Rose. HEX triplet: E5, 43 and BE. RGB value is (229,67,190). Sum of RGB (Red+Green+Blue) = 229+67+190=486 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.12% from 486); Green value is 67 (26.56% from 255 or 13.79% from 486); Blue value is 190 (74.61% from 255 or 39.09% from 486); Max value from RGB is 229 - color contains mainly: red. Hex color #E543BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E543BE is #1ABC41. Grayscale: #818181. Windows color (decimal): -1752130 or 12469221. OLE color: 12469221.
HSL color Cylindrical-coordinate representation of color #E543BE: hue angle of 314.44º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E543BE is Cyan = 0, Magento = 0.71, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 67 | 190 | - |
| CMYK | 0 | 0.71 | 0.17 | 0.10 |
| HSL | 314.44º | 0.76% | 0.58% | - |
| HSV(B) | 314.44º | 0.71% | 0.9% | - |
| XYZ | 43.61 | 24.39 | 51.12 | - |
| YUV | 129.46 | 162.17 | 199 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 67 | 190 | 0 | 0.71 | 0.17 | 0.10 | 314.44 | 0.76 | 0.58 |
| Hex | E5 | 43 | BE | 0 | 47 | 11 | A | 13A | 4C | 3A |
| Octal | 345 | 103 | 276 | 0 | 107 | 21 | 12 | 472 | 114 | 72 |
| Binary | 11100101 | 1000011 | 10111110 | 0 | 1000111 | 10001 | 1010 | 100111010 | 1001100 | 111010 |
Color Harmonies of #E543BE
Complementary color
Monochromatic Colors of #E543BE
Black with #E543BE
Text Example
Text Example
White with #E543BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E543BE; }
p { color: rgb(229,67,190); }
H1.HeaderClassName
{
color: #E543BE;
}
.AnyTagClassName
{
color: #E543BE;
}
</style>
background-color css
<style>
a { background-color: #E543BE; }
a { background-color: rgb(229,67,190); }
div.DivClassName
{
background-color: #E543BE;
}
.BgClassName
{
background-color: #E543BE;
}
</style>
border-color css
<style>
span { border-color: #E543BE; }
span { border-color: rgb(229,67,190); }
td.TdClassName
{
border-color: #E543BE;
}
.TagClassName
{
border-color: #E543BE;
}
</style>