Shades of Razzle Dazzle Rose #E036BD
Tints of Razzle Dazzle Rose #E036BD
RGB
CMYK
RGB Variations
Color information
#E036BD (or 0xE036BD) is known color: Razzle Dazzle Rose. HEX triplet: E0, 36 and BD. RGB value is (224,54,189). Sum of RGB (Red+Green+Blue) = 224+54+189=467 (61% of max value = 765). Red value is 224 (87.89% from 255 or 47.97% from 467); Green value is 54 (21.48% from 255 or 11.56% from 467); Blue value is 189 (74.22% from 255 or 40.47% from 467); Max value from RGB is 224 - color contains mainly: red. Hex color #E036BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E036BD is #1FC942. Grayscale: #777777. Windows color (decimal): -2083139 or 12400352. OLE color: 12400352.
HSL color Cylindrical-coordinate representation of color #E036BD: hue angle of 312.35º 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 #E036BD is Cyan = 0, Magento = 0.76, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 54 | 189 | - |
| CMYK | 0 | 0.76 | 0.16 | 0.12 |
| HSL | 312.35º | 0.73% | 0.55% | - |
| HSV(B) | 312.35º | 0.76% | 0.88% | - |
| XYZ | 41.24 | 22.16 | 50.25 | - |
| YUV | 120.22 | 166.82 | 202.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 54 | 189 | 0 | 0.76 | 0.16 | 0.12 | 312.35 | 0.73 | 0.55 |
| Hex | E0 | 36 | BD | 0 | 4C | 10 | C | 138 | 49 | 37 |
| Octal | 340 | 66 | 275 | 0 | 114 | 20 | 14 | 470 | 111 | 67 |
| Binary | 11100000 | 110110 | 10111101 | 0 | 1001100 | 10000 | 1100 | 100111000 | 1001001 | 110111 |
Color Harmonies of #E036BD
Complementary color
Monochromatic Colors of #E036BD
Black with #E036BD
Text Example
Text Example
White with #E036BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E036BD; }
p { color: rgb(224,54,189); }
H1.HeaderClassName
{
color: #E036BD;
}
.AnyTagClassName
{
color: #E036BD;
}
</style>
background-color css
<style>
a { background-color: #E036BD; }
a { background-color: rgb(224,54,189); }
div.DivClassName
{
background-color: #E036BD;
}
.BgClassName
{
background-color: #E036BD;
}
</style>
border-color css
<style>
span { border-color: #E036BD; }
span { border-color: rgb(224,54,189); }
td.TdClassName
{
border-color: #E036BD;
}
.TagClassName
{
border-color: #E036BD;
}
</style>