Shades of Razzle Dazzle Rose #E43DCB
Tints of Razzle Dazzle Rose #E43DCB
RGB
CMYK
RGB Variations
Color information
#E43DCB (or 0xE43DCB) is known color: Razzle Dazzle Rose. HEX triplet: E4, 3D and CB. RGB value is (228,61,203). Sum of RGB (Red+Green+Blue) = 228+61+203=492 (65% of max value = 765). Red value is 228 (89.45% from 255 or 46.34% from 492); Green value is 61 (24.22% from 255 or 12.40% from 492); Blue value is 203 (79.69% from 255 or 41.26% from 492); Max value from RGB is 228 - color contains mainly: red. Hex color #E43DCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E43DCB is #1BC234. Grayscale: #7E7E7E. Windows color (decimal): -1819189 or 13319652. OLE color: 13319652.
HSL color Cylindrical-coordinate representation of color #E43DCB: hue angle of 308.98º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E43DCB is Cyan = 0, Magento = 0.73, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 61 | 203 | - |
| CMYK | 0 | 0.73 | 0.11 | 0.11 |
| HSL | 308.98º | 0.76% | 0.57% | - |
| HSV(B) | 308.98º | 0.73% | 0.89% | - |
| XYZ | 44.44 | 24.14 | 58.82 | - |
| YUV | 127.12 | 170.83 | 199.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 61 | 203 | 0 | 0.73 | 0.11 | 0.11 | 308.98 | 0.76 | 0.57 |
| Hex | E4 | 3D | CB | 0 | 49 | B | B | 135 | 4C | 39 |
| Octal | 344 | 75 | 313 | 0 | 111 | 13 | 13 | 465 | 114 | 71 |
| Binary | 11100100 | 111101 | 11001011 | 0 | 1001001 | 1011 | 1011 | 100110101 | 1001100 | 111001 |
Color Harmonies of #E43DCB
Complementary color
Monochromatic Colors of #E43DCB
Black with #E43DCB
Text Example
Text Example
White with #E43DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E43DCB; }
p { color: rgb(228,61,203); }
H1.HeaderClassName
{
color: #E43DCB;
}
.AnyTagClassName
{
color: #E43DCB;
}
</style>
background-color css
<style>
a { background-color: #E43DCB; }
a { background-color: rgb(228,61,203); }
div.DivClassName
{
background-color: #E43DCB;
}
.BgClassName
{
background-color: #E43DCB;
}
</style>
border-color css
<style>
span { border-color: #E43DCB; }
span { border-color: rgb(228,61,203); }
td.TdClassName
{
border-color: #E43DCB;
}
.TagClassName
{
border-color: #E43DCB;
}
</style>