Shades of Razzle Dazzle Rose #E12BC5
Tints of Razzle Dazzle Rose #E12BC5
RGB
CMYK
RGB Variations
Color information
#E12BC5 (or 0xE12BC5) is known color: Razzle Dazzle Rose. HEX triplet: E1, 2B and C5. RGB value is (225,43,197). Sum of RGB (Red+Green+Blue) = 225+43+197=465 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.39% from 465); Green value is 43 (17.19% from 255 or 9.25% from 465); Blue value is 197 (77.34% from 255 or 42.37% from 465); Max value from RGB is 225 - color contains mainly: red. Hex color #E12BC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E12BC5 is #1ED43A. Grayscale: #727272. Windows color (decimal): -2020411 or 12921825. OLE color: 12921825.
HSL color Cylindrical-coordinate representation of color #E12BC5: hue angle of 309.23º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E12BC5 is Cyan = 0, Magento = 0.81, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 43 | 197 | - |
| CMYK | 0 | 0.81 | 0.12 | 0.12 |
| HSL | 309.23º | 0.75% | 0.53% | - |
| HSV(B) | 309.23º | 0.81% | 0.88% | - |
| XYZ | 41.99 | 21.77 | 54.81 | - |
| YUV | 114.97 | 174.3 | 206.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 43 | 197 | 0 | 0.81 | 0.12 | 0.12 | 309.23 | 0.75 | 0.53 |
| Hex | E1 | 2B | C5 | 0 | 51 | C | C | 135 | 4B | 35 |
| Octal | 341 | 53 | 305 | 0 | 121 | 14 | 14 | 465 | 113 | 65 |
| Binary | 11100001 | 101011 | 11000101 | 0 | 1010001 | 1100 | 1100 | 100110101 | 1001011 | 110101 |
Color Harmonies of #E12BC5
Complementary color
Monochromatic Colors of #E12BC5
Black with #E12BC5
Text Example
Text Example
White with #E12BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12BC5; }
p { color: rgb(225,43,197); }
H1.HeaderClassName
{
color: #E12BC5;
}
.AnyTagClassName
{
color: #E12BC5;
}
</style>
background-color css
<style>
a { background-color: #E12BC5; }
a { background-color: rgb(225,43,197); }
div.DivClassName
{
background-color: #E12BC5;
}
.BgClassName
{
background-color: #E12BC5;
}
</style>
border-color css
<style>
span { border-color: #E12BC5; }
span { border-color: rgb(225,43,197); }
td.TdClassName
{
border-color: #E12BC5;
}
.TagClassName
{
border-color: #E12BC5;
}
</style>