Shades of Razzle Dazzle Rose #E043BC
Tints of Razzle Dazzle Rose #E043BC
RGB
CMYK
RGB Variations
Color information
#E043BC (or 0xE043BC) is known color: Razzle Dazzle Rose. HEX triplet: E0, 43 and BC. RGB value is (224,67,188). Sum of RGB (Red+Green+Blue) = 224+67+188=479 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.76% from 479); Green value is 67 (26.56% from 255 or 13.99% from 479); Blue value is 188 (73.83% from 255 or 39.25% from 479); Max value from RGB is 224 - color contains mainly: red. Hex color #E043BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E043BC is #1FBC43. Grayscale: #7F7F7F. Windows color (decimal): -2079812 or 12338144. OLE color: 12338144.
HSL color Cylindrical-coordinate representation of color #E043BC: hue angle of 313.76º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E043BC is Cyan = 0, Magento = 0.70, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 67 | 188 | - |
| CMYK | 0 | 0.70 | 0.16 | 0.12 |
| HSL | 313.76º | 0.72% | 0.57% | - |
| HSV(B) | 313.76º | 0.7% | 0.88% | - |
| XYZ | 41.82 | 23.49 | 49.91 | - |
| YUV | 127.74 | 162.01 | 196.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 67 | 188 | 0 | 0.70 | 0.16 | 0.12 | 313.76 | 0.72 | 0.57 |
| Hex | E0 | 43 | BC | 0 | 46 | 10 | C | 13A | 48 | 39 |
| Octal | 340 | 103 | 274 | 0 | 106 | 20 | 14 | 472 | 110 | 71 |
| Binary | 11100000 | 1000011 | 10111100 | 0 | 1000110 | 10000 | 1100 | 100111010 | 1001000 | 111001 |
Color Harmonies of #E043BC
Complementary color
Monochromatic Colors of #E043BC
Black with #E043BC
Text Example
Text Example
White with #E043BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E043BC; }
p { color: rgb(224,67,188); }
H1.HeaderClassName
{
color: #E043BC;
}
.AnyTagClassName
{
color: #E043BC;
}
</style>
background-color css
<style>
a { background-color: #E043BC; }
a { background-color: rgb(224,67,188); }
div.DivClassName
{
background-color: #E043BC;
}
.BgClassName
{
background-color: #E043BC;
}
</style>
border-color css
<style>
span { border-color: #E043BC; }
span { border-color: rgb(224,67,188); }
td.TdClassName
{
border-color: #E043BC;
}
.TagClassName
{
border-color: #E043BC;
}
</style>