Shades of Razzle Dazzle Rose #E841B5
Tints of Razzle Dazzle Rose #E841B5
RGB
CMYK
RGB Variations
Color information
#E841B5 (or 0xE841B5) is known color: Razzle Dazzle Rose. HEX triplet: E8, 41 and B5. RGB value is (232,65,181). Sum of RGB (Red+Green+Blue) = 232+65+181=478 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.54% from 478); Green value is 65 (25.78% from 255 or 13.60% from 478); Blue value is 181 (71.09% from 255 or 37.87% from 478); Max value from RGB is 232 - color contains mainly: red. Hex color #E841B5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E841B5 is #17BE4A. Grayscale: #7F7F7F. Windows color (decimal): -1556043 or 11878888. OLE color: 11878888.
HSL color Cylindrical-coordinate representation of color #E841B5: hue angle of 318.32º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E841B5 is Cyan = 0, Magento = 0.72, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 65 | 181 | - |
| CMYK | 0 | 0.72 | 0.22 | 0.09 |
| HSL | 318.32º | 0.78% | 0.58% | - |
| HSV(B) | 318.32º | 0.72% | 0.91% | - |
| XYZ | 43.51 | 24.27 | 46.11 | - |
| YUV | 128.16 | 157.83 | 202.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 65 | 181 | 0 | 0.72 | 0.22 | 0.09 | 318.32 | 0.78 | 0.58 |
| Hex | E8 | 41 | B5 | 0 | 48 | 16 | 9 | 13E | 4E | 3A |
| Octal | 350 | 101 | 265 | 0 | 110 | 26 | 11 | 476 | 116 | 72 |
| Binary | 11101000 | 1000001 | 10110101 | 0 | 1001000 | 10110 | 1001 | 100111110 | 1001110 | 111010 |
Color Harmonies of #E841B5
Complementary color
Monochromatic Colors of #E841B5
Black with #E841B5
Text Example
Text Example
White with #E841B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E841B5; }
p { color: rgb(232,65,181); }
H1.HeaderClassName
{
color: #E841B5;
}
.AnyTagClassName
{
color: #E841B5;
}
</style>
background-color css
<style>
a { background-color: #E841B5; }
a { background-color: rgb(232,65,181); }
div.DivClassName
{
background-color: #E841B5;
}
.BgClassName
{
background-color: #E841B5;
}
</style>
border-color css
<style>
span { border-color: #E841B5; }
span { border-color: rgb(232,65,181); }
td.TdClassName
{
border-color: #E841B5;
}
.TagClassName
{
border-color: #E841B5;
}
</style>