Shades of Razzle Dazzle Rose #E12BCD
Tints of Razzle Dazzle Rose #E12BCD
RGB
CMYK
RGB Variations
Color information
#E12BCD (or 0xE12BCD) is known color: Razzle Dazzle Rose. HEX triplet: E1, 2B and CD. RGB value is (225,43,205). Sum of RGB (Red+Green+Blue) = 225+43+205=473 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.57% from 473); Green value is 43 (17.19% from 255 or 9.09% from 473); Blue value is 205 (80.47% from 255 or 43.34% from 473); Max value from RGB is 225 - color contains mainly: red. Hex color #E12BCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E12BCD is #1ED432. Grayscale: #737373. Windows color (decimal): -2020403 or 13446113. OLE color: 13446113.
HSL color Cylindrical-coordinate representation of color #E12BCD: hue angle of 306.59º 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 #E12BCD is Cyan = 0, Magento = 0.81, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 43 | 205 | - |
| CMYK | 0 | 0.81 | 0.09 | 0.12 |
| HSL | 306.59º | 0.75% | 0.53% | - |
| HSV(B) | 306.59º | 0.81% | 0.88% | - |
| XYZ | 42.93 | 22.14 | 59.77 | - |
| YUV | 115.89 | 178.3 | 205.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 43 | 205 | 0 | 0.81 | 0.09 | 0.12 | 306.59 | 0.75 | 0.53 |
| Hex | E1 | 2B | CD | 0 | 51 | 9 | C | 133 | 4B | 35 |
| Octal | 341 | 53 | 315 | 0 | 121 | 11 | 14 | 463 | 113 | 65 |
| Binary | 11100001 | 101011 | 11001101 | 0 | 1010001 | 1001 | 1100 | 100110011 | 1001011 | 110101 |
Color Harmonies of #E12BCD
Complementary color
Monochromatic Colors of #E12BCD
Black with #E12BCD
Text Example
Text Example
White with #E12BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12BCD; }
p { color: rgb(225,43,205); }
H1.HeaderClassName
{
color: #E12BCD;
}
.AnyTagClassName
{
color: #E12BCD;
}
</style>
background-color css
<style>
a { background-color: #E12BCD; }
a { background-color: rgb(225,43,205); }
div.DivClassName
{
background-color: #E12BCD;
}
.BgClassName
{
background-color: #E12BCD;
}
</style>
border-color css
<style>
span { border-color: #E12BCD; }
span { border-color: rgb(225,43,205); }
td.TdClassName
{
border-color: #E12BCD;
}
.TagClassName
{
border-color: #E12BCD;
}
</style>