Shades of Razzle Dazzle Rose #E845B9
Tints of Razzle Dazzle Rose #E845B9
RGB
CMYK
RGB Variations
Color information
#E845B9 (or 0xE845B9) is known color: Razzle Dazzle Rose. HEX triplet: E8, 45 and B9. RGB value is (232,69,185). Sum of RGB (Red+Green+Blue) = 232+69+185=486 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.74% from 486); Green value is 69 (27.34% from 255 or 14.20% from 486); Blue value is 185 (72.66% from 255 or 38.07% from 486); Max value from RGB is 232 - color contains mainly: red. Hex color #E845B9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E845B9 is #17BA46. Grayscale: #828282. Windows color (decimal): -1555015 or 12142056. OLE color: 12142056.
HSL color Cylindrical-coordinate representation of color #E845B9: hue angle of 317.3º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E845B9 is Cyan = 0, Magento = 0.70, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 69 | 185 | - |
| CMYK | 0 | 0.70 | 0.20 | 0.09 |
| HSL | 317.3º | 0.78% | 0.59% | - |
| HSV(B) | 317.3º | 0.7% | 0.91% | - |
| XYZ | 44.16 | 24.91 | 48.38 | - |
| YUV | 130.96 | 158.5 | 200.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 69 | 185 | 0 | 0.70 | 0.20 | 0.09 | 317.3 | 0.78 | 0.59 |
| Hex | E8 | 45 | B9 | 0 | 46 | 14 | 9 | 13D | 4E | 3B |
| Octal | 350 | 105 | 271 | 0 | 106 | 24 | 11 | 475 | 116 | 73 |
| Binary | 11101000 | 1000101 | 10111001 | 0 | 1000110 | 10100 | 1001 | 100111101 | 1001110 | 111011 |
Color Harmonies of #E845B9
Complementary color
Monochromatic Colors of #E845B9
Black with #E845B9
Text Example
Text Example
White with #E845B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E845B9; }
p { color: rgb(232,69,185); }
H1.HeaderClassName
{
color: #E845B9;
}
.AnyTagClassName
{
color: #E845B9;
}
</style>
background-color css
<style>
a { background-color: #E845B9; }
a { background-color: rgb(232,69,185); }
div.DivClassName
{
background-color: #E845B9;
}
.BgClassName
{
background-color: #E845B9;
}
</style>
border-color css
<style>
span { border-color: #E845B9; }
span { border-color: rgb(232,69,185); }
td.TdClassName
{
border-color: #E845B9;
}
.TagClassName
{
border-color: #E845B9;
}
</style>