Shades of Razzle Dazzle Rose #E43DCE
Tints of Razzle Dazzle Rose #E43DCE
RGB
CMYK
RGB Variations
Color information
#E43DCE (or 0xE43DCE) is known color: Razzle Dazzle Rose. HEX triplet: E4, 3D and CE. RGB value is (228,61,206). Sum of RGB (Red+Green+Blue) = 228+61+206=495 (65% of max value = 765). Red value is 228 (89.45% from 255 or 46.06% from 495); Green value is 61 (24.22% from 255 or 12.32% from 495); Blue value is 206 (80.86% from 255 or 41.62% from 495); Max value from RGB is 228 - color contains mainly: red. Hex color #E43DCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E43DCE is #1BC231. Grayscale: #7F7F7F. Windows color (decimal): -1819186 or 13516260. OLE color: 13516260.
HSL color Cylindrical-coordinate representation of color #E43DCE: hue angle of 307.9º 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 #E43DCE is Cyan = 0, Magento = 0.73, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 61 | 206 | - |
| CMYK | 0 | 0.73 | 0.10 | 0.11 |
| HSL | 307.9º | 0.76% | 0.57% | - |
| HSV(B) | 307.9º | 0.73% | 0.89% | - |
| XYZ | 44.8 | 24.29 | 60.72 | - |
| YUV | 127.46 | 172.33 | 199.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 61 | 206 | 0 | 0.73 | 0.10 | 0.11 | 307.9 | 0.76 | 0.57 |
| Hex | E4 | 3D | CE | 0 | 49 | A | B | 134 | 4C | 39 |
| Octal | 344 | 75 | 316 | 0 | 111 | 12 | 13 | 464 | 114 | 71 |
| Binary | 11100100 | 111101 | 11001110 | 0 | 1001001 | 1010 | 1011 | 100110100 | 1001100 | 111001 |
Color Harmonies of #E43DCE
Complementary color
Monochromatic Colors of #E43DCE
Black with #E43DCE
Text Example
Text Example
White with #E43DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E43DCE; }
p { color: rgb(228,61,206); }
H1.HeaderClassName
{
color: #E43DCE;
}
.AnyTagClassName
{
color: #E43DCE;
}
</style>
background-color css
<style>
a { background-color: #E43DCE; }
a { background-color: rgb(228,61,206); }
div.DivClassName
{
background-color: #E43DCE;
}
.BgClassName
{
background-color: #E43DCE;
}
</style>
border-color css
<style>
span { border-color: #E43DCE; }
span { border-color: rgb(228,61,206); }
td.TdClassName
{
border-color: #E43DCE;
}
.TagClassName
{
border-color: #E43DCE;
}
</style>