Shades of Razzle Dazzle Rose #E845BB
Tints of Razzle Dazzle Rose #E845BB
RGB
CMYK
RGB Variations
Color information
#E845BB (or 0xE845BB) is known color: Razzle Dazzle Rose. HEX triplet: E8, 45 and BB. RGB value is (232,69,187). Sum of RGB (Red+Green+Blue) = 232+69+187=488 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.54% from 488); Green value is 69 (27.34% from 255 or 14.14% from 488); Blue value is 187 (73.44% from 255 or 38.32% from 488); Max value from RGB is 232 - color contains mainly: red. Hex color #E845BB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E845BB is #17BA44. Grayscale: #828282. Windows color (decimal): -1555013 or 12273128. OLE color: 12273128.
HSL color Cylindrical-coordinate representation of color #E845BB: hue angle of 316.56º 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 #E845BB is Cyan = 0, Magento = 0.70, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 69 | 187 | - |
| CMYK | 0 | 0.70 | 0.19 | 0.09 |
| HSL | 316.56º | 0.78% | 0.59% | - |
| HSV(B) | 316.56º | 0.7% | 0.91% | - |
| XYZ | 44.38 | 25 | 49.5 | - |
| YUV | 131.19 | 159.5 | 199.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 69 | 187 | 0 | 0.70 | 0.19 | 0.09 | 316.56 | 0.78 | 0.59 |
| Hex | E8 | 45 | BB | 0 | 46 | 13 | 9 | 13D | 4E | 3B |
| Octal | 350 | 105 | 273 | 0 | 106 | 23 | 11 | 475 | 116 | 73 |
| Binary | 11101000 | 1000101 | 10111011 | 0 | 1000110 | 10011 | 1001 | 100111101 | 1001110 | 111011 |
Color Harmonies of #E845BB
Complementary color
Monochromatic Colors of #E845BB
Black with #E845BB
Text Example
Text Example
White with #E845BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E845BB; }
p { color: rgb(232,69,187); }
H1.HeaderClassName
{
color: #E845BB;
}
.AnyTagClassName
{
color: #E845BB;
}
</style>
background-color css
<style>
a { background-color: #E845BB; }
a { background-color: rgb(232,69,187); }
div.DivClassName
{
background-color: #E845BB;
}
.BgClassName
{
background-color: #E845BB;
}
</style>
border-color css
<style>
span { border-color: #E845BB; }
span { border-color: rgb(232,69,187); }
td.TdClassName
{
border-color: #E845BB;
}
.TagClassName
{
border-color: #E845BB;
}
</style>