Shades of Razzle Dazzle Rose #E12CBC
Tints of Razzle Dazzle Rose #E12CBC
RGB
CMYK
RGB Variations
Color information
#E12CBC (or 0xE12CBC) is known color: Razzle Dazzle Rose. HEX triplet: E1, 2C and BC. RGB value is (225,44,188). Sum of RGB (Red+Green+Blue) = 225+44+188=457 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.23% from 457); Green value is 44 (17.58% from 255 or 9.63% from 457); Blue value is 188 (73.83% from 255 or 41.14% from 457); Max value from RGB is 225 - color contains mainly: red. Hex color #E12CBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E12CBC is #1ED343. Grayscale: #727272. Windows color (decimal): -2020164 or 12332257. OLE color: 12332257.
HSL color Cylindrical-coordinate representation of color #E12CBC: hue angle of 312.27º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E12CBC is Cyan = 0, Magento = 0.80, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 44 | 188 | - |
| CMYK | 0 | 0.80 | 0.16 | 0.12 |
| HSL | 312.27º | 0.75% | 0.53% | - |
| HSV(B) | 312.27º | 0.8% | 0.88% | - |
| XYZ | 41.03 | 21.44 | 49.55 | - |
| YUV | 114.54 | 169.47 | 206.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 44 | 188 | 0 | 0.80 | 0.16 | 0.12 | 312.27 | 0.75 | 0.53 |
| Hex | E1 | 2C | BC | 0 | 50 | 10 | C | 138 | 4B | 35 |
| Octal | 341 | 54 | 274 | 0 | 120 | 20 | 14 | 470 | 113 | 65 |
| Binary | 11100001 | 101100 | 10111100 | 0 | 1010000 | 10000 | 1100 | 100111000 | 1001011 | 110101 |
Color Harmonies of #E12CBC
Complementary color
Monochromatic Colors of #E12CBC
Black with #E12CBC
Text Example
Text Example
White with #E12CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12CBC; }
p { color: rgb(225,44,188); }
H1.HeaderClassName
{
color: #E12CBC;
}
.AnyTagClassName
{
color: #E12CBC;
}
</style>
background-color css
<style>
a { background-color: #E12CBC; }
a { background-color: rgb(225,44,188); }
div.DivClassName
{
background-color: #E12CBC;
}
.BgClassName
{
background-color: #E12CBC;
}
</style>
border-color css
<style>
span { border-color: #E12CBC; }
span { border-color: rgb(225,44,188); }
td.TdClassName
{
border-color: #E12CBC;
}
.TagClassName
{
border-color: #E12CBC;
}
</style>