Shades of Razzle Dazzle Rose #E42CBC
Tints of Razzle Dazzle Rose #E42CBC
RGB
CMYK
RGB Variations
Color information
#E42CBC (or 0xE42CBC) is known color: Razzle Dazzle Rose. HEX triplet: E4, 2C and BC. RGB value is (228,44,188). Sum of RGB (Red+Green+Blue) = 228+44+188=460 (60% of max value = 765). Red value is 228 (89.45% from 255 or 49.57% from 460); Green value is 44 (17.58% from 255 or 9.57% from 460); Blue value is 188 (73.83% from 255 or 40.87% from 460); Max value from RGB is 228 - color contains mainly: red. Hex color #E42CBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E42CBC is #1BD343. Grayscale: #737373. Windows color (decimal): -1823556 or 12332260. OLE color: 12332260.
HSL color Cylindrical-coordinate representation of color #E42CBC: hue angle of 313.04º 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 #E42CBC is Cyan = 0, Magento = 0.81, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 44 | 188 | - |
| CMYK | 0 | 0.81 | 0.18 | 0.11 |
| HSL | 313.04º | 0.77% | 0.53% | - |
| HSV(B) | 313.04º | 0.81% | 0.89% | - |
| XYZ | 41.97 | 21.93 | 49.6 | - |
| YUV | 115.43 | 168.96 | 208.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 44 | 188 | 0 | 0.81 | 0.18 | 0.11 | 313.04 | 0.77 | 0.53 |
| Hex | E4 | 2C | BC | 0 | 51 | 12 | B | 139 | 4D | 35 |
| Octal | 344 | 54 | 274 | 0 | 121 | 22 | 13 | 471 | 115 | 65 |
| Binary | 11100100 | 101100 | 10111100 | 0 | 1010001 | 10010 | 1011 | 100111001 | 1001101 | 110101 |
Color Harmonies of #E42CBC
Complementary color
Monochromatic Colors of #E42CBC
Black with #E42CBC
Text Example
Text Example
White with #E42CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42CBC; }
p { color: rgb(228,44,188); }
H1.HeaderClassName
{
color: #E42CBC;
}
.AnyTagClassName
{
color: #E42CBC;
}
</style>
background-color css
<style>
a { background-color: #E42CBC; }
a { background-color: rgb(228,44,188); }
div.DivClassName
{
background-color: #E42CBC;
}
.BgClassName
{
background-color: #E42CBC;
}
</style>
border-color css
<style>
span { border-color: #E42CBC; }
span { border-color: rgb(228,44,188); }
td.TdClassName
{
border-color: #E42CBC;
}
.TagClassName
{
border-color: #E42CBC;
}
</style>