Shades of Razzle Dazzle Rose #E144BC
Tints of Razzle Dazzle Rose #E144BC
RGB
CMYK
RGB Variations
Color information
#E144BC (or 0xE144BC) is known color: Razzle Dazzle Rose. HEX triplet: E1, 44 and BC. RGB value is (225,68,188). Sum of RGB (Red+Green+Blue) = 225+68+188=481 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.78% from 481); Green value is 68 (26.95% from 255 or 14.14% from 481); Blue value is 188 (73.83% from 255 or 39.09% from 481); Max value from RGB is 225 - color contains mainly: red. Hex color #E144BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E144BC is #1EBB43. Grayscale: #808080. Windows color (decimal): -2014020 or 12338401. OLE color: 12338401.
HSL color Cylindrical-coordinate representation of color #E144BC: hue angle of 314.14º 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 #E144BC is Cyan = 0, Magento = 0.70, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 68 | 188 | - |
| CMYK | 0 | 0.70 | 0.16 | 0.12 |
| HSL | 314.14º | 0.72% | 0.57% | - |
| HSV(B) | 314.14º | 0.7% | 0.88% | - |
| XYZ | 42.2 | 23.77 | 49.94 | - |
| YUV | 128.62 | 161.51 | 196.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 68 | 188 | 0 | 0.70 | 0.16 | 0.12 | 314.14 | 0.72 | 0.57 |
| Hex | E1 | 44 | BC | 0 | 46 | 10 | C | 13A | 48 | 39 |
| Octal | 341 | 104 | 274 | 0 | 106 | 20 | 14 | 472 | 110 | 71 |
| Binary | 11100001 | 1000100 | 10111100 | 0 | 1000110 | 10000 | 1100 | 100111010 | 1001000 | 111001 |
Color Harmonies of #E144BC
Complementary color
Monochromatic Colors of #E144BC
Black with #E144BC
Text Example
Text Example
White with #E144BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E144BC; }
p { color: rgb(225,68,188); }
H1.HeaderClassName
{
color: #E144BC;
}
.AnyTagClassName
{
color: #E144BC;
}
</style>
background-color css
<style>
a { background-color: #E144BC; }
a { background-color: rgb(225,68,188); }
div.DivClassName
{
background-color: #E144BC;
}
.BgClassName
{
background-color: #E144BC;
}
</style>
border-color css
<style>
span { border-color: #E144BC; }
span { border-color: rgb(225,68,188); }
td.TdClassName
{
border-color: #E144BC;
}
.TagClassName
{
border-color: #E144BC;
}
</style>