Shades of Razzle Dazzle Rose #E42EBA
Tints of Razzle Dazzle Rose #E42EBA
RGB
CMYK
RGB Variations
Color information
#E42EBA (or 0xE42EBA) is known color: Razzle Dazzle Rose. HEX triplet: E4, 2E and BA. RGB value is (228,46,186). Sum of RGB (Red+Green+Blue) = 228+46+186=460 (60% of max value = 765). Red value is 228 (89.45% from 255 or 49.57% from 460); Green value is 46 (18.36% from 255 or 10% from 460); Blue value is 186 (73.05% from 255 or 40.43% from 460); Max value from RGB is 228 - color contains mainly: red. Hex color #E42EBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E42EBA is #1BD145. Grayscale: #747474. Windows color (decimal): -1823046 or 12201700. OLE color: 12201700.
HSL color Cylindrical-coordinate representation of color #E42EBA: hue angle of 313.85º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E42EBA is Cyan = 0, Magento = 0.80, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 46 | 186 | - |
| CMYK | 0 | 0.80 | 0.18 | 0.11 |
| HSL | 313.85º | 0.77% | 0.54% | - |
| HSV(B) | 313.85º | 0.8% | 0.89% | - |
| XYZ | 41.83 | 21.99 | 48.49 | - |
| YUV | 116.38 | 167.3 | 207.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 46 | 186 | 0 | 0.80 | 0.18 | 0.11 | 313.85 | 0.77 | 0.54 |
| Hex | E4 | 2E | BA | 0 | 50 | 12 | B | 13A | 4D | 36 |
| Octal | 344 | 56 | 272 | 0 | 120 | 22 | 13 | 472 | 115 | 66 |
| Binary | 11100100 | 101110 | 10111010 | 0 | 1010000 | 10010 | 1011 | 100111010 | 1001101 | 110110 |
Color Harmonies of #E42EBA
Complementary color
Monochromatic Colors of #E42EBA
Black with #E42EBA
Text Example
Text Example
White with #E42EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42EBA; }
p { color: rgb(228,46,186); }
H1.HeaderClassName
{
color: #E42EBA;
}
.AnyTagClassName
{
color: #E42EBA;
}
</style>
background-color css
<style>
a { background-color: #E42EBA; }
a { background-color: rgb(228,46,186); }
div.DivClassName
{
background-color: #E42EBA;
}
.BgClassName
{
background-color: #E42EBA;
}
</style>
border-color css
<style>
span { border-color: #E42EBA; }
span { border-color: rgb(228,46,186); }
td.TdClassName
{
border-color: #E42EBA;
}
.TagClassName
{
border-color: #E42EBA;
}
</style>