Shades of Razzle Dazzle Rose #E12BBE
Tints of Razzle Dazzle Rose #E12BBE
RGB
CMYK
RGB Variations
Color information
#E12BBE (or 0xE12BBE) is known color: Razzle Dazzle Rose. HEX triplet: E1, 2B and BE. RGB value is (225,43,190). Sum of RGB (Red+Green+Blue) = 225+43+190=458 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.13% from 458); Green value is 43 (17.19% from 255 or 9.39% from 458); Blue value is 190 (74.61% from 255 or 41.48% from 458); Max value from RGB is 225 - color contains mainly: red. Hex color #E12BBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E12BBE is #1ED441. Grayscale: #717171. Windows color (decimal): -2020418 or 12463073. OLE color: 12463073.
HSL color Cylindrical-coordinate representation of color #E12BBE: hue angle of 311.54º 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 #E12BBE is Cyan = 0, Magento = 0.81, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 43 | 190 | - |
| CMYK | 0 | 0.81 | 0.16 | 0.12 |
| HSL | 311.54º | 0.75% | 0.53% | - |
| HSV(B) | 311.54º | 0.81% | 0.88% | - |
| XYZ | 41.21 | 21.45 | 50.68 | - |
| YUV | 114.18 | 170.8 | 207.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 43 | 190 | 0 | 0.81 | 0.16 | 0.12 | 311.54 | 0.75 | 0.53 |
| Hex | E1 | 2B | BE | 0 | 51 | 10 | C | 138 | 4B | 35 |
| Octal | 341 | 53 | 276 | 0 | 121 | 20 | 14 | 470 | 113 | 65 |
| Binary | 11100001 | 101011 | 10111110 | 0 | 1010001 | 10000 | 1100 | 100111000 | 1001011 | 110101 |
Color Harmonies of #E12BBE
Complementary color
Monochromatic Colors of #E12BBE
Black with #E12BBE
Text Example
Text Example
White with #E12BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12BBE; }
p { color: rgb(225,43,190); }
H1.HeaderClassName
{
color: #E12BBE;
}
.AnyTagClassName
{
color: #E12BBE;
}
</style>
background-color css
<style>
a { background-color: #E12BBE; }
a { background-color: rgb(225,43,190); }
div.DivClassName
{
background-color: #E12BBE;
}
.BgClassName
{
background-color: #E12BBE;
}
</style>
border-color css
<style>
span { border-color: #E12BBE; }
span { border-color: rgb(225,43,190); }
td.TdClassName
{
border-color: #E12BBE;
}
.TagClassName
{
border-color: #E12BBE;
}
</style>