Shades of Razzle Dazzle Rose #E140B8
Tints of Razzle Dazzle Rose #E140B8
RGB
CMYK
RGB Variations
Color information
#E140B8 (or 0xE140B8) is known color: Razzle Dazzle Rose. HEX triplet: E1, 40 and B8. RGB value is (225,64,184). Sum of RGB (Red+Green+Blue) = 225+64+184=473 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.57% from 473); Green value is 64 (25.39% from 255 or 13.53% from 473); Blue value is 184 (72.27% from 255 or 38.90% from 473); Max value from RGB is 225 - color contains mainly: red. Hex color #E140B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E140B8 is #1EBF47. Grayscale: #7D7D7D. Windows color (decimal): -2015048 or 12075233. OLE color: 12075233.
HSL color Cylindrical-coordinate representation of color #E140B8: hue angle of 315.28º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E140B8 is Cyan = 0, Magento = 0.72, Yellow = 0.18 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 64 | 184 | - |
| CMYK | 0 | 0.72 | 0.18 | 0.12 |
| HSL | 315.28º | 0.73% | 0.57% | - |
| HSV(B) | 315.28º | 0.72% | 0.88% | - |
| XYZ | 41.54 | 23.14 | 47.62 | - |
| YUV | 125.82 | 160.84 | 198.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 64 | 184 | 0 | 0.72 | 0.18 | 0.12 | 315.28 | 0.73 | 0.57 |
| Hex | E1 | 40 | B8 | 0 | 48 | 12 | C | 13B | 49 | 39 |
| Octal | 341 | 100 | 270 | 0 | 110 | 22 | 14 | 473 | 111 | 71 |
| Binary | 11100001 | 1000000 | 10111000 | 0 | 1001000 | 10010 | 1100 | 100111011 | 1001001 | 111001 |
Color Harmonies of #E140B8
Complementary color
Monochromatic Colors of #E140B8
Black with #E140B8
Text Example
Text Example
White with #E140B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E140B8; }
p { color: rgb(225,64,184); }
H1.HeaderClassName
{
color: #E140B8;
}
.AnyTagClassName
{
color: #E140B8;
}
</style>
background-color css
<style>
a { background-color: #E140B8; }
a { background-color: rgb(225,64,184); }
div.DivClassName
{
background-color: #E140B8;
}
.BgClassName
{
background-color: #E140B8;
}
</style>
border-color css
<style>
span { border-color: #E140B8; }
span { border-color: rgb(225,64,184); }
td.TdClassName
{
border-color: #E140B8;
}
.TagClassName
{
border-color: #E140B8;
}
</style>