Shades of Persian Rose #E142B0
Tints of Persian Rose #E142B0
RGB
CMYK
RGB Variations
Color information
#E142B0 (or 0xE142B0) is known color: Persian Rose. HEX triplet: E1, 42 and B0. RGB value is (225,66,176). Sum of RGB (Red+Green+Blue) = 225+66+176=467 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.18% from 467); Green value is 66 (26.17% from 255 or 14.13% from 467); Blue value is 176 (69.14% from 255 or 37.69% from 467); Max value from RGB is 225 - color contains mainly: red. Hex color #E142B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E142B0 is #1EBD4F. Grayscale: #7D7D7D. Windows color (decimal): -2014544 or 11551457. OLE color: 11551457.
HSL color Cylindrical-coordinate representation of color #E142B0: hue angle of 318.49º 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 #E142B0 is Cyan = 0, Magento = 0.71, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 66 | 176 | - |
| CMYK | 0 | 0.71 | 0.22 | 0.12 |
| HSL | 318.49º | 0.73% | 0.57% | - |
| HSV(B) | 318.49º | 0.71% | 0.88% | - |
| XYZ | 40.84 | 23.04 | 43.37 | - |
| YUV | 126.08 | 156.18 | 198.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 66 | 176 | 0 | 0.71 | 0.22 | 0.12 | 318.49 | 0.73 | 0.57 |
| Hex | E1 | 42 | B0 | 0 | 47 | 16 | C | 13E | 49 | 39 |
| Octal | 341 | 102 | 260 | 0 | 107 | 26 | 14 | 476 | 111 | 71 |
| Binary | 11100001 | 1000010 | 10110000 | 0 | 1000111 | 10110 | 1100 | 100111110 | 1001001 | 111001 |
Color Harmonies of #E142B0
Complementary color
Monochromatic Colors of #E142B0
Black with #E142B0
Text Example
Text Example
White with #E142B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E142B0; }
p { color: rgb(225,66,176); }
H1.HeaderClassName
{
color: #E142B0;
}
.AnyTagClassName
{
color: #E142B0;
}
</style>
background-color css
<style>
a { background-color: #E142B0; }
a { background-color: rgb(225,66,176); }
div.DivClassName
{
background-color: #E142B0;
}
.BgClassName
{
background-color: #E142B0;
}
</style>
border-color css
<style>
span { border-color: #E142B0; }
span { border-color: rgb(225,66,176); }
td.TdClassName
{
border-color: #E142B0;
}
.TagClassName
{
border-color: #E142B0;
}
</style>