Shades of Razzle Dazzle Rose #E848B8
Tints of Razzle Dazzle Rose #E848B8
RGB
CMYK
RGB Variations
Color information
#E848B8 (or 0xE848B8) is known color: Razzle Dazzle Rose. HEX triplet: E8, 48 and B8. RGB value is (232,72,184). Sum of RGB (Red+Green+Blue) = 232+72+184=488 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.54% from 488); Green value is 72 (28.52% from 255 or 14.75% from 488); Blue value is 184 (72.27% from 255 or 37.70% from 488); Max value from RGB is 232 - color contains mainly: red. Hex color #E848B8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E848B8 is #17B747. Grayscale: #848484. Windows color (decimal): -1554248 or 12077288. OLE color: 12077288.
HSL color Cylindrical-coordinate representation of color #E848B8: hue angle of 318º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E848B8 is Cyan = 0, Magento = 0.69, Yellow = 0.21 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 72 | 184 | - |
| CMYK | 0 | 0.69 | 0.21 | 0.09 |
| HSL | 318º | 0.78% | 0.6% | - |
| HSV(B) | 318º | 0.69% | 0.91% | - |
| XYZ | 44.25 | 25.25 | 47.89 | - |
| YUV | 132.61 | 157.01 | 198.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 72 | 184 | 0 | 0.69 | 0.21 | 0.09 | 318 | 0.78 | 0.6 |
| Hex | E8 | 48 | B8 | 0 | 45 | 15 | 9 | 13E | 4E | 3C |
| Octal | 350 | 110 | 270 | 0 | 105 | 25 | 11 | 476 | 116 | 74 |
| Binary | 11101000 | 1001000 | 10111000 | 0 | 1000101 | 10101 | 1001 | 100111110 | 1001110 | 111100 |
Color Harmonies of #E848B8
Complementary color
Monochromatic Colors of #E848B8
Black with #E848B8
Text Example
Text Example
White with #E848B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E848B8; }
p { color: rgb(232,72,184); }
H1.HeaderClassName
{
color: #E848B8;
}
.AnyTagClassName
{
color: #E848B8;
}
</style>
background-color css
<style>
a { background-color: #E848B8; }
a { background-color: rgb(232,72,184); }
div.DivClassName
{
background-color: #E848B8;
}
.BgClassName
{
background-color: #E848B8;
}
</style>
border-color css
<style>
span { border-color: #E848B8; }
span { border-color: rgb(232,72,184); }
td.TdClassName
{
border-color: #E848B8;
}
.TagClassName
{
border-color: #E848B8;
}
</style>