Shades of Razzle Dazzle Rose #E141BC
Tints of Razzle Dazzle Rose #E141BC
RGB
CMYK
RGB Variations
Color information
#E141BC (or 0xE141BC) is known color: Razzle Dazzle Rose. HEX triplet: E1, 41 and BC. RGB value is (225,65,188). Sum of RGB (Red+Green+Blue) = 225+65+188=478 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.07% from 478); Green value is 65 (25.78% from 255 or 13.60% from 478); Blue value is 188 (73.83% from 255 or 39.33% from 478); Max value from RGB is 225 - color contains mainly: red. Hex color #E141BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E141BC is #1EBE43. Grayscale: #7E7E7E. Windows color (decimal): -2014788 or 12337633. OLE color: 12337633.
HSL color Cylindrical-coordinate representation of color #E141BC: hue angle of 313.88º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E141BC is Cyan = 0, Magento = 0.71, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 65 | 188 | - |
| CMYK | 0 | 0.71 | 0.16 | 0.12 |
| HSL | 313.88º | 0.73% | 0.57% | - |
| HSV(B) | 313.88º | 0.71% | 0.88% | - |
| XYZ | 42.02 | 23.42 | 49.88 | - |
| YUV | 126.86 | 162.51 | 198 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 65 | 188 | 0 | 0.71 | 0.16 | 0.12 | 313.88 | 0.73 | 0.57 |
| Hex | E1 | 41 | BC | 0 | 47 | 10 | C | 13A | 49 | 39 |
| Octal | 341 | 101 | 274 | 0 | 107 | 20 | 14 | 472 | 111 | 71 |
| Binary | 11100001 | 1000001 | 10111100 | 0 | 1000111 | 10000 | 1100 | 100111010 | 1001001 | 111001 |
Color Harmonies of #E141BC
Complementary color
Monochromatic Colors of #E141BC
Black with #E141BC
Text Example
Text Example
White with #E141BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E141BC; }
p { color: rgb(225,65,188); }
H1.HeaderClassName
{
color: #E141BC;
}
.AnyTagClassName
{
color: #E141BC;
}
</style>
background-color css
<style>
a { background-color: #E141BC; }
a { background-color: rgb(225,65,188); }
div.DivClassName
{
background-color: #E141BC;
}
.BgClassName
{
background-color: #E141BC;
}
</style>
border-color css
<style>
span { border-color: #E141BC; }
span { border-color: rgb(225,65,188); }
td.TdClassName
{
border-color: #E141BC;
}
.TagClassName
{
border-color: #E141BC;
}
</style>