Shades of Razzle Dazzle Rose #E043BD
Tints of Razzle Dazzle Rose #E043BD
RGB
CMYK
RGB Variations
Color information
#E043BD (or 0xE043BD) is known color: Razzle Dazzle Rose. HEX triplet: E0, 43 and BD. RGB value is (224,67,189). Sum of RGB (Red+Green+Blue) = 224+67+189=480 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.67% from 480); Green value is 67 (26.56% from 255 or 13.96% from 480); Blue value is 189 (74.22% from 255 or 39.38% from 480); Max value from RGB is 224 - color contains mainly: red. Hex color #E043BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E043BD is #1FBC42. Grayscale: #7F7F7F. Windows color (decimal): -2079811 or 12403680. OLE color: 12403680.
HSL color Cylindrical-coordinate representation of color #E043BD: hue angle of 313.38º 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 #E043BD is Cyan = 0, Magento = 0.70, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 67 | 189 | - |
| CMYK | 0 | 0.70 | 0.16 | 0.12 |
| HSL | 313.38º | 0.72% | 0.57% | - |
| HSV(B) | 313.38º | 0.7% | 0.88% | - |
| XYZ | 41.93 | 23.54 | 50.48 | - |
| YUV | 127.85 | 162.51 | 196.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 67 | 189 | 0 | 0.70 | 0.16 | 0.12 | 313.38 | 0.72 | 0.57 |
| Hex | E0 | 43 | BD | 0 | 46 | 10 | C | 139 | 48 | 39 |
| Octal | 340 | 103 | 275 | 0 | 106 | 20 | 14 | 471 | 110 | 71 |
| Binary | 11100000 | 1000011 | 10111101 | 0 | 1000110 | 10000 | 1100 | 100111001 | 1001000 | 111001 |
Color Harmonies of #E043BD
Complementary color
Monochromatic Colors of #E043BD
Black with #E043BD
Text Example
Text Example
White with #E043BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E043BD; }
p { color: rgb(224,67,189); }
H1.HeaderClassName
{
color: #E043BD;
}
.AnyTagClassName
{
color: #E043BD;
}
</style>
background-color css
<style>
a { background-color: #E043BD; }
a { background-color: rgb(224,67,189); }
div.DivClassName
{
background-color: #E043BD;
}
.BgClassName
{
background-color: #E043BD;
}
</style>
border-color css
<style>
span { border-color: #E043BD; }
span { border-color: rgb(224,67,189); }
td.TdClassName
{
border-color: #E043BD;
}
.TagClassName
{
border-color: #E043BD;
}
</style>