Shades of Razzle Dazzle Rose #E42BD1
Tints of Razzle Dazzle Rose #E42BD1
RGB
CMYK
RGB Variations
Color information
#E42BD1 (or 0xE42BD1) is known color: Razzle Dazzle Rose. HEX triplet: E4, 2B and D1. RGB value is (228,43,209). Sum of RGB (Red+Green+Blue) = 228+43+209=480 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.5% from 480); Green value is 43 (17.19% from 255 or 8.96% from 480); Blue value is 209 (82.03% from 255 or 43.54% from 480); Max value from RGB is 228 - color contains mainly: red. Hex color #E42BD1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E42BD1 is #1BD42E. Grayscale: #747474. Windows color (decimal): -1823791 or 13708260. OLE color: 13708260.
HSL color Cylindrical-coordinate representation of color #E42BD1: hue angle of 306.16º 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 #E42BD1 is Cyan = 0, Magento = 0.81, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 43 | 209 | - |
| CMYK | 0 | 0.81 | 0.08 | 0.11 |
| HSL | 306.16º | 0.77% | 0.53% | - |
| HSV(B) | 306.16º | 0.81% | 0.89% | - |
| XYZ | 44.37 | 22.83 | 62.39 | - |
| YUV | 117.24 | 179.79 | 207 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 43 | 209 | 0 | 0.81 | 0.08 | 0.11 | 306.16 | 0.77 | 0.53 |
| Hex | E4 | 2B | D1 | 0 | 51 | 8 | B | 132 | 4D | 35 |
| Octal | 344 | 53 | 321 | 0 | 121 | 10 | 13 | 462 | 115 | 65 |
| Binary | 11100100 | 101011 | 11010001 | 0 | 1010001 | 1000 | 1011 | 100110010 | 1001101 | 110101 |
Color Harmonies of #E42BD1
Complementary color
Monochromatic Colors of #E42BD1
Black with #E42BD1
Text Example
Text Example
White with #E42BD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42BD1; }
p { color: rgb(228,43,209); }
H1.HeaderClassName
{
color: #E42BD1;
}
.AnyTagClassName
{
color: #E42BD1;
}
</style>
background-color css
<style>
a { background-color: #E42BD1; }
a { background-color: rgb(228,43,209); }
div.DivClassName
{
background-color: #E42BD1;
}
.BgClassName
{
background-color: #E42BD1;
}
</style>
border-color css
<style>
span { border-color: #E42BD1; }
span { border-color: rgb(228,43,209); }
td.TdClassName
{
border-color: #E42BD1;
}
.TagClassName
{
border-color: #E42BD1;
}
</style>