Shades of Razzle Dazzle Rose #E42CD3
Tints of Razzle Dazzle Rose #E42CD3
RGB
CMYK
RGB Variations
Color information
#E42CD3 (or 0xE42CD3) is known color: Razzle Dazzle Rose. HEX triplet: E4, 2C and D3. RGB value is (228,44,211). Sum of RGB (Red+Green+Blue) = 228+44+211=483 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.20% from 483); Green value is 44 (17.58% from 255 or 9.11% from 483); Blue value is 211 (82.81% from 255 or 43.69% from 483); Max value from RGB is 228 - color contains mainly: red. Hex color #E42CD3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E42CD3 is #1BD32C. Grayscale: #757575. Windows color (decimal): -1823533 or 13839588. OLE color: 13839588.
HSL color Cylindrical-coordinate representation of color #E42CD3: hue angle of 305.54º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E42CD3 is Cyan = 0, Magento = 0.81, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 44 | 211 | - |
| CMYK | 0 | 0.81 | 0.07 | 0.11 |
| HSL | 305.54º | 0.77% | 0.53% | - |
| HSV(B) | 305.54º | 0.81% | 0.89% | - |
| XYZ | 44.65 | 23 | 63.71 | - |
| YUV | 118.05 | 180.46 | 206.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 44 | 211 | 0 | 0.81 | 0.07 | 0.11 | 305.54 | 0.77 | 0.53 |
| Hex | E4 | 2C | D3 | 0 | 51 | 7 | B | 132 | 4D | 35 |
| Octal | 344 | 54 | 323 | 0 | 121 | 7 | 13 | 462 | 115 | 65 |
| Binary | 11100100 | 101100 | 11010011 | 0 | 1010001 | 111 | 1011 | 100110010 | 1001101 | 110101 |
Color Harmonies of #E42CD3
Complementary color
Monochromatic Colors of #E42CD3
Black with #E42CD3
Text Example
Text Example
White with #E42CD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42CD3; }
p { color: rgb(228,44,211); }
H1.HeaderClassName
{
color: #E42CD3;
}
.AnyTagClassName
{
color: #E42CD3;
}
</style>
background-color css
<style>
a { background-color: #E42CD3; }
a { background-color: rgb(228,44,211); }
div.DivClassName
{
background-color: #E42CD3;
}
.BgClassName
{
background-color: #E42CD3;
}
</style>
border-color css
<style>
span { border-color: #E42CD3; }
span { border-color: rgb(228,44,211); }
td.TdClassName
{
border-color: #E42CD3;
}
.TagClassName
{
border-color: #E42CD3;
}
</style>