Shades of Razzle Dazzle Rose #E144B7
Tints of Razzle Dazzle Rose #E144B7
RGB
CMYK
RGB Variations
Color information
#E144B7 (or 0xE144B7) is known color: Razzle Dazzle Rose. HEX triplet: E1, 44 and B7. RGB value is (225,68,183). Sum of RGB (Red+Green+Blue) = 225+68+183=476 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.27% from 476); Green value is 68 (26.95% from 255 or 14.29% from 476); Blue value is 183 (71.88% from 255 or 38.45% from 476); Max value from RGB is 225 - color contains mainly: red. Hex color #E144B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E144B7 is #1EBB48. Grayscale: #7F7F7F. Windows color (decimal): -2014025 or 12010721. OLE color: 12010721.
HSL color Cylindrical-coordinate representation of color #E144B7: hue angle of 316.05º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E144B7 is Cyan = 0, Magento = 0.70, Yellow = 0.19 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 68 | 183 | - |
| CMYK | 0 | 0.70 | 0.19 | 0.12 |
| HSL | 316.05º | 0.72% | 0.57% | - |
| HSV(B) | 316.05º | 0.7% | 0.88% | - |
| XYZ | 41.67 | 23.56 | 47.15 | - |
| YUV | 128.05 | 159.01 | 197.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 68 | 183 | 0 | 0.70 | 0.19 | 0.12 | 316.05 | 0.72 | 0.57 |
| Hex | E1 | 44 | B7 | 0 | 46 | 13 | C | 13C | 48 | 39 |
| Octal | 341 | 104 | 267 | 0 | 106 | 23 | 14 | 474 | 110 | 71 |
| Binary | 11100001 | 1000100 | 10110111 | 0 | 1000110 | 10011 | 1100 | 100111100 | 1001000 | 111001 |
Color Harmonies of #E144B7
Complementary color
Monochromatic Colors of #E144B7
Black with #E144B7
Text Example
Text Example
White with #E144B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E144B7; }
p { color: rgb(225,68,183); }
H1.HeaderClassName
{
color: #E144B7;
}
.AnyTagClassName
{
color: #E144B7;
}
</style>
background-color css
<style>
a { background-color: #E144B7; }
a { background-color: rgb(225,68,183); }
div.DivClassName
{
background-color: #E144B7;
}
.BgClassName
{
background-color: #E144B7;
}
</style>
border-color css
<style>
span { border-color: #E144B7; }
span { border-color: rgb(225,68,183); }
td.TdClassName
{
border-color: #E144B7;
}
.TagClassName
{
border-color: #E144B7;
}
</style>