Shades of Razzle Dazzle Rose #E428BB
Tints of Razzle Dazzle Rose #E428BB
RGB
CMYK
RGB Variations
Color information
#E428BB (or 0xE428BB) is known color: Razzle Dazzle Rose. HEX triplet: E4, 28 and BB. RGB value is (228,40,187). Sum of RGB (Red+Green+Blue) = 228+40+187=455 (60% of max value = 765). Red value is 228 (89.45% from 255 or 50.11% from 455); Green value is 40 (16.02% from 255 or 8.79% from 455); Blue value is 187 (73.44% from 255 or 41.10% from 455); Max value from RGB is 228 - color contains mainly: red. Hex color #E428BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E428BB is #1BD744. Grayscale: #707070. Windows color (decimal): -1824581 or 12265700. OLE color: 12265700.
HSL color Cylindrical-coordinate representation of color #E428BB: hue angle of 313.09º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E428BB is Cyan = 0, Magento = 0.82, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 40 | 187 | - |
| CMYK | 0 | 0.82 | 0.18 | 0.11 |
| HSL | 313.09º | 0.78% | 0.53% | - |
| HSV(B) | 313.09º | 0.82% | 0.89% | - |
| XYZ | 41.72 | 21.6 | 48.98 | - |
| YUV | 112.97 | 169.78 | 210.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 40 | 187 | 0 | 0.82 | 0.18 | 0.11 | 313.09 | 0.78 | 0.53 |
| Hex | E4 | 28 | BB | 0 | 52 | 12 | B | 139 | 4E | 35 |
| Octal | 344 | 50 | 273 | 0 | 122 | 22 | 13 | 471 | 116 | 65 |
| Binary | 11100100 | 101000 | 10111011 | 0 | 1010010 | 10010 | 1011 | 100111001 | 1001110 | 110101 |
Color Harmonies of #E428BB
Complementary color
Monochromatic Colors of #E428BB
Black with #E428BB
Text Example
Text Example
White with #E428BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E428BB; }
p { color: rgb(228,40,187); }
H1.HeaderClassName
{
color: #E428BB;
}
.AnyTagClassName
{
color: #E428BB;
}
</style>
background-color css
<style>
a { background-color: #E428BB; }
a { background-color: rgb(228,40,187); }
div.DivClassName
{
background-color: #E428BB;
}
.BgClassName
{
background-color: #E428BB;
}
</style>
border-color css
<style>
span { border-color: #E428BB; }
span { border-color: rgb(228,40,187); }
td.TdClassName
{
border-color: #E428BB;
}
.TagClassName
{
border-color: #E428BB;
}
</style>