Shades of Razzle Dazzle Rose #E345BA
Tints of Razzle Dazzle Rose #E345BA
RGB
CMYK
RGB Variations
Color information
#E345BA (or 0xE345BA) is known color: Razzle Dazzle Rose. HEX triplet: E3, 45 and BA. RGB value is (227,69,186). Sum of RGB (Red+Green+Blue) = 227+69+186=482 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.10% from 482); Green value is 69 (27.34% from 255 or 14.32% from 482); Blue value is 186 (73.05% from 255 or 38.59% from 482); Max value from RGB is 227 - color contains mainly: red. Hex color #E345BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E345BA is #1CBA45. Grayscale: #818181. Windows color (decimal): -1882694 or 12207587. OLE color: 12207587.
HSL color Cylindrical-coordinate representation of color #E345BA: hue angle of 315.57º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E345BA is Cyan = 0, Magento = 0.70, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 69 | 186 | - |
| CMYK | 0 | 0.70 | 0.18 | 0.11 |
| HSL | 315.57º | 0.74% | 0.58% | - |
| HSV(B) | 315.57º | 0.7% | 0.89% | - |
| XYZ | 42.67 | 24.13 | 48.86 | - |
| YUV | 129.58 | 159.85 | 197.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 69 | 186 | 0 | 0.70 | 0.18 | 0.11 | 315.57 | 0.74 | 0.58 |
| Hex | E3 | 45 | BA | 0 | 46 | 12 | B | 13C | 4A | 3A |
| Octal | 343 | 105 | 272 | 0 | 106 | 22 | 13 | 474 | 112 | 72 |
| Binary | 11100011 | 1000101 | 10111010 | 0 | 1000110 | 10010 | 1011 | 100111100 | 1001010 | 111010 |
Color Harmonies of #E345BA
Complementary color
Monochromatic Colors of #E345BA
Black with #E345BA
Text Example
Text Example
White with #E345BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E345BA; }
p { color: rgb(227,69,186); }
H1.HeaderClassName
{
color: #E345BA;
}
.AnyTagClassName
{
color: #E345BA;
}
</style>
background-color css
<style>
a { background-color: #E345BA; }
a { background-color: rgb(227,69,186); }
div.DivClassName
{
background-color: #E345BA;
}
.BgClassName
{
background-color: #E345BA;
}
</style>
border-color css
<style>
span { border-color: #E345BA; }
span { border-color: rgb(227,69,186); }
td.TdClassName
{
border-color: #E345BA;
}
.TagClassName
{
border-color: #E345BA;
}
</style>