Shades of Razzle Dazzle Rose #E036BB
Tints of Razzle Dazzle Rose #E036BB
RGB
CMYK
RGB Variations
Color information
#E036BB (or 0xE036BB) is known color: Razzle Dazzle Rose. HEX triplet: E0, 36 and BB. RGB value is (224,54,187). Sum of RGB (Red+Green+Blue) = 224+54+187=465 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.17% from 465); Green value is 54 (21.48% from 255 or 11.61% from 465); Blue value is 187 (73.44% from 255 or 40.22% from 465); Max value from RGB is 224 - color contains mainly: red. Hex color #E036BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E036BB is #1FC944. Grayscale: #777777. Windows color (decimal): -2083141 or 12269280. OLE color: 12269280.
HSL color Cylindrical-coordinate representation of color #E036BB: hue angle of 313.06º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E036BB is Cyan = 0, Magento = 0.76, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 54 | 187 | - |
| CMYK | 0 | 0.76 | 0.17 | 0.12 |
| HSL | 313.06º | 0.73% | 0.55% | - |
| HSV(B) | 313.06º | 0.76% | 0.88% | - |
| XYZ | 41.03 | 22.07 | 49.11 | - |
| YUV | 119.99 | 165.82 | 202.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 54 | 187 | 0 | 0.76 | 0.17 | 0.12 | 313.06 | 0.73 | 0.55 |
| Hex | E0 | 36 | BB | 0 | 4C | 11 | C | 139 | 49 | 37 |
| Octal | 340 | 66 | 273 | 0 | 114 | 21 | 14 | 471 | 111 | 67 |
| Binary | 11100000 | 110110 | 10111011 | 0 | 1001100 | 10001 | 1100 | 100111001 | 1001001 | 110111 |
Color Harmonies of #E036BB
Complementary color
Monochromatic Colors of #E036BB
Black with #E036BB
Text Example
Text Example
White with #E036BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E036BB; }
p { color: rgb(224,54,187); }
H1.HeaderClassName
{
color: #E036BB;
}
.AnyTagClassName
{
color: #E036BB;
}
</style>
background-color css
<style>
a { background-color: #E036BB; }
a { background-color: rgb(224,54,187); }
div.DivClassName
{
background-color: #E036BB;
}
.BgClassName
{
background-color: #E036BB;
}
</style>
border-color css
<style>
span { border-color: #E036BB; }
span { border-color: rgb(224,54,187); }
td.TdClassName
{
border-color: #E036BB;
}
.TagClassName
{
border-color: #E036BB;
}
</style>