Shades of Razzle Dazzle Rose #E12BCB
Tints of Razzle Dazzle Rose #E12BCB
RGB
CMYK
RGB Variations
Color information
#E12BCB (or 0xE12BCB) is known color: Razzle Dazzle Rose. HEX triplet: E1, 2B and CB. RGB value is (225,43,203). Sum of RGB (Red+Green+Blue) = 225+43+203=471 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.77% from 471); Green value is 43 (17.19% from 255 or 9.13% from 471); Blue value is 203 (79.69% from 255 or 43.10% from 471); Max value from RGB is 225 - color contains mainly: red. Hex color #E12BCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E12BCB is #1ED434. Grayscale: #737373. Windows color (decimal): -2020405 or 13315041. OLE color: 13315041.
HSL color Cylindrical-coordinate representation of color #E12BCB: hue angle of 307.25º 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 #E12BCB is Cyan = 0, Magento = 0.81, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 43 | 203 | - |
| CMYK | 0 | 0.81 | 0.10 | 0.12 |
| HSL | 307.25º | 0.75% | 0.53% | - |
| HSV(B) | 307.25º | 0.81% | 0.88% | - |
| XYZ | 42.69 | 22.05 | 58.51 | - |
| YUV | 115.66 | 177.3 | 205.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 43 | 203 | 0 | 0.81 | 0.10 | 0.12 | 307.25 | 0.75 | 0.53 |
| Hex | E1 | 2B | CB | 0 | 51 | A | C | 133 | 4B | 35 |
| Octal | 341 | 53 | 313 | 0 | 121 | 12 | 14 | 463 | 113 | 65 |
| Binary | 11100001 | 101011 | 11001011 | 0 | 1010001 | 1010 | 1100 | 100110011 | 1001011 | 110101 |
Color Harmonies of #E12BCB
Complementary color
Monochromatic Colors of #E12BCB
Black with #E12BCB
Text Example
Text Example
White with #E12BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12BCB; }
p { color: rgb(225,43,203); }
H1.HeaderClassName
{
color: #E12BCB;
}
.AnyTagClassName
{
color: #E12BCB;
}
</style>
background-color css
<style>
a { background-color: #E12BCB; }
a { background-color: rgb(225,43,203); }
div.DivClassName
{
background-color: #E12BCB;
}
.BgClassName
{
background-color: #E12BCB;
}
</style>
border-color css
<style>
span { border-color: #E12BCB; }
span { border-color: rgb(225,43,203); }
td.TdClassName
{
border-color: #E12BCB;
}
.TagClassName
{
border-color: #E12BCB;
}
</style>