Shades of Persian Rose #E140B0
Tints of Persian Rose #E140B0
RGB
CMYK
RGB Variations
Color information
#E140B0 (or 0xE140B0) is known color: Persian Rose. HEX triplet: E1, 40 and B0. RGB value is (225,64,176). Sum of RGB (Red+Green+Blue) = 225+64+176=465 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.39% from 465); Green value is 64 (25.39% from 255 or 13.76% from 465); Blue value is 176 (69.14% from 255 or 37.85% from 465); Max value from RGB is 225 - color contains mainly: red. Hex color #E140B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E140B0 is #1EBF4F. Grayscale: #7C7C7C. Windows color (decimal): -2015056 or 11550945. OLE color: 11550945.
HSL color Cylindrical-coordinate representation of color #E140B0: hue angle of 318.26º 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 #E140B0 is Cyan = 0, Magento = 0.72, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 64 | 176 | - |
| CMYK | 0 | 0.72 | 0.22 | 0.12 |
| HSL | 318.26º | 0.73% | 0.57% | - |
| HSV(B) | 318.26º | 0.72% | 0.88% | - |
| XYZ | 40.72 | 22.81 | 43.33 | - |
| YUV | 124.91 | 156.84 | 199.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 64 | 176 | 0 | 0.72 | 0.22 | 0.12 | 318.26 | 0.73 | 0.57 |
| Hex | E1 | 40 | B0 | 0 | 48 | 16 | C | 13E | 49 | 39 |
| Octal | 341 | 100 | 260 | 0 | 110 | 26 | 14 | 476 | 111 | 71 |
| Binary | 11100001 | 1000000 | 10110000 | 0 | 1001000 | 10110 | 1100 | 100111110 | 1001001 | 111001 |
Color Harmonies of #E140B0
Complementary color
Monochromatic Colors of #E140B0
Black with #E140B0
Text Example
Text Example
White with #E140B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E140B0; }
p { color: rgb(225,64,176); }
H1.HeaderClassName
{
color: #E140B0;
}
.AnyTagClassName
{
color: #E140B0;
}
</style>
background-color css
<style>
a { background-color: #E140B0; }
a { background-color: rgb(225,64,176); }
div.DivClassName
{
background-color: #E140B0;
}
.BgClassName
{
background-color: #E140B0;
}
</style>
border-color css
<style>
span { border-color: #E140B0; }
span { border-color: rgb(225,64,176); }
td.TdClassName
{
border-color: #E140B0;
}
.TagClassName
{
border-color: #E140B0;
}
</style>