Shades of Razzle Dazzle Rose #E949B8
Tints of Razzle Dazzle Rose #E949B8
RGB
CMYK
RGB Variations
Color information
#E949B8 (or 0xE949B8) is known color: Razzle Dazzle Rose. HEX triplet: E9, 49 and B8. RGB value is (233,73,184). Sum of RGB (Red+Green+Blue) = 233+73+184=490 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.55% from 490); Green value is 73 (28.91% from 255 or 14.90% from 490); Blue value is 184 (72.27% from 255 or 37.55% from 490); Max value from RGB is 233 - color contains mainly: red. Hex color #E949B8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E949B8 is #16B647. Grayscale: #858585. Windows color (decimal): -1488456 or 12077545. OLE color: 12077545.
HSL color Cylindrical-coordinate representation of color #E949B8: hue angle of 318.38º 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 #E949B8 is Cyan = 0, Magento = 0.69, Yellow = 0.21 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 73 | 184 | - |
| CMYK | 0 | 0.69 | 0.21 | 0.09 |
| HSL | 318.38º | 0.78% | 0.6% | - |
| HSV(B) | 318.38º | 0.69% | 0.91% | - |
| XYZ | 44.64 | 25.55 | 47.93 | - |
| YUV | 133.49 | 156.51 | 198.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 73 | 184 | 0 | 0.69 | 0.21 | 0.09 | 318.38 | 0.78 | 0.6 |
| Hex | E9 | 49 | B8 | 0 | 45 | 15 | 9 | 13E | 4E | 3C |
| Octal | 351 | 111 | 270 | 0 | 105 | 25 | 11 | 476 | 116 | 74 |
| Binary | 11101001 | 1001001 | 10111000 | 0 | 1000101 | 10101 | 1001 | 100111110 | 1001110 | 111100 |
Color Harmonies of #E949B8
Complementary color
Monochromatic Colors of #E949B8
Black with #E949B8
Text Example
Text Example
White with #E949B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E949B8; }
p { color: rgb(233,73,184); }
H1.HeaderClassName
{
color: #E949B8;
}
.AnyTagClassName
{
color: #E949B8;
}
</style>
background-color css
<style>
a { background-color: #E949B8; }
a { background-color: rgb(233,73,184); }
div.DivClassName
{
background-color: #E949B8;
}
.BgClassName
{
background-color: #E949B8;
}
</style>
border-color css
<style>
span { border-color: #E949B8; }
span { border-color: rgb(233,73,184); }
td.TdClassName
{
border-color: #E949B8;
}
.TagClassName
{
border-color: #E949B8;
}
</style>