Shades of Razzle Dazzle Rose #E141B7
Tints of Razzle Dazzle Rose #E141B7
RGB
CMYK
RGB Variations
Color information
#E141B7 (or 0xE141B7) is known color: Razzle Dazzle Rose. HEX triplet: E1, 41 and B7. RGB value is (225,65,183). Sum of RGB (Red+Green+Blue) = 225+65+183=473 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.57% from 473); Green value is 65 (25.78% from 255 or 13.74% from 473); Blue value is 183 (71.88% from 255 or 38.69% from 473); Max value from RGB is 225 - color contains mainly: red. Hex color #E141B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E141B7 is #1EBE48. Grayscale: #7D7D7D. Windows color (decimal): -2014793 or 12009953. OLE color: 12009953.
HSL color Cylindrical-coordinate representation of color #E141B7: hue angle of 315.75º 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 #E141B7 is Cyan = 0, Magento = 0.71, Yellow = 0.19 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 65 | 183 | - |
| CMYK | 0 | 0.71 | 0.19 | 0.12 |
| HSL | 315.75º | 0.73% | 0.57% | - |
| HSV(B) | 315.75º | 0.71% | 0.88% | - |
| XYZ | 41.49 | 23.21 | 47.09 | - |
| YUV | 126.29 | 160.01 | 198.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 65 | 183 | 0 | 0.71 | 0.19 | 0.12 | 315.75 | 0.73 | 0.57 |
| Hex | E1 | 41 | B7 | 0 | 47 | 13 | C | 13C | 49 | 39 |
| Octal | 341 | 101 | 267 | 0 | 107 | 23 | 14 | 474 | 111 | 71 |
| Binary | 11100001 | 1000001 | 10110111 | 0 | 1000111 | 10011 | 1100 | 100111100 | 1001001 | 111001 |
Color Harmonies of #E141B7
Complementary color
Monochromatic Colors of #E141B7
Black with #E141B7
Text Example
Text Example
White with #E141B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E141B7; }
p { color: rgb(225,65,183); }
H1.HeaderClassName
{
color: #E141B7;
}
.AnyTagClassName
{
color: #E141B7;
}
</style>
background-color css
<style>
a { background-color: #E141B7; }
a { background-color: rgb(225,65,183); }
div.DivClassName
{
background-color: #E141B7;
}
.BgClassName
{
background-color: #E141B7;
}
</style>
border-color css
<style>
span { border-color: #E141B7; }
span { border-color: rgb(225,65,183); }
td.TdClassName
{
border-color: #E141B7;
}
.TagClassName
{
border-color: #E141B7;
}
</style>