Shades of Razzle Dazzle Rose #E345BD
Tints of Razzle Dazzle Rose #E345BD
RGB
CMYK
RGB Variations
Color information
#E345BD (or 0xE345BD) is known color: Razzle Dazzle Rose. HEX triplet: E3, 45 and BD. RGB value is (227,69,189). Sum of RGB (Red+Green+Blue) = 227+69+189=485 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.80% from 485); Green value is 69 (27.34% from 255 or 14.23% from 485); Blue value is 189 (74.22% from 255 or 38.97% from 485); Max value from RGB is 227 - color contains mainly: red. Hex color #E345BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E345BD is #1CBA42. Grayscale: #818181. Windows color (decimal): -1882691 or 12404195. OLE color: 12404195.
HSL color Cylindrical-coordinate representation of color #E345BD: hue angle of 314.43º 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 #E345BD is Cyan = 0, Magento = 0.70, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 69 | 189 | - |
| CMYK | 0 | 0.70 | 0.17 | 0.11 |
| HSL | 314.43º | 0.74% | 0.58% | - |
| HSV(B) | 314.43º | 0.7% | 0.89% | - |
| XYZ | 42.99 | 24.26 | 50.56 | - |
| YUV | 129.92 | 161.35 | 197.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 69 | 189 | 0 | 0.70 | 0.17 | 0.11 | 314.43 | 0.74 | 0.58 |
| Hex | E3 | 45 | BD | 0 | 46 | 11 | B | 13A | 4A | 3A |
| Octal | 343 | 105 | 275 | 0 | 106 | 21 | 13 | 472 | 112 | 72 |
| Binary | 11100011 | 1000101 | 10111101 | 0 | 1000110 | 10001 | 1011 | 100111010 | 1001010 | 111010 |
Color Harmonies of #E345BD
Complementary color
Monochromatic Colors of #E345BD
Black with #E345BD
Text Example
Text Example
White with #E345BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E345BD; }
p { color: rgb(227,69,189); }
H1.HeaderClassName
{
color: #E345BD;
}
.AnyTagClassName
{
color: #E345BD;
}
</style>
background-color css
<style>
a { background-color: #E345BD; }
a { background-color: rgb(227,69,189); }
div.DivClassName
{
background-color: #E345BD;
}
.BgClassName
{
background-color: #E345BD;
}
</style>
border-color css
<style>
span { border-color: #E345BD; }
span { border-color: rgb(227,69,189); }
td.TdClassName
{
border-color: #E345BD;
}
.TagClassName
{
border-color: #E345BD;
}
</style>