Shades of Persian Pink #E27CBE
Tints of Persian Pink #E27CBE
RGB
CMYK
RGB Variations
Color information
#E27CBE (or 0xE27CBE) is known color: Persian Pink. HEX triplet: E2, 7C and BE. RGB value is (226,124,190). Sum of RGB (Red+Green+Blue) = 226+124+190=540 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.85% from 540); Green value is 124 (48.83% from 255 or 22.96% from 540); Blue value is 190 (74.61% from 255 or 35.19% from 540); Max value from RGB is 226 - color contains mainly: red. Hex color #E27CBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E27CBE is #1D8341. Grayscale: #A1A1A1. Windows color (decimal): -1934146 or 12483810. OLE color: 12483810.
HSL color Cylindrical-coordinate representation of color #E27CBE: hue angle of 321.18º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E27CBE is Cyan = 0, Magento = 0.45, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 124 | 190 | - |
| CMYK | 0 | 0.45 | 0.16 | 0.11 |
| HSL | 321.18º | 0.64% | 0.69% | - |
| HSV(B) | 321.18º | 0.45% | 0.89% | - |
| XYZ | 47.87 | 34.3 | 52.81 | - |
| YUV | 162.02 | 143.79 | 173.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 124 | 190 | 0 | 0.45 | 0.16 | 0.11 | 321.18 | 0.64 | 0.69 |
| Hex | E2 | 7C | BE | 0 | 2D | 10 | B | 141 | 40 | 45 |
| Octal | 342 | 174 | 276 | 0 | 55 | 20 | 13 | 501 | 100 | 105 |
| Binary | 11100010 | 1111100 | 10111110 | 0 | 101101 | 10000 | 1011 | 101000001 | 1000000 | 1000101 |
Color Harmonies of #E27CBE
Complementary color
Monochromatic Colors of #E27CBE
Black with #E27CBE
Text Example
Text Example
White with #E27CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27CBE; }
p { color: rgb(226,124,190); }
H1.HeaderClassName
{
color: #E27CBE;
}
.AnyTagClassName
{
color: #E27CBE;
}
</style>
background-color css
<style>
a { background-color: #E27CBE; }
a { background-color: rgb(226,124,190); }
div.DivClassName
{
background-color: #E27CBE;
}
.BgClassName
{
background-color: #E27CBE;
}
</style>
border-color css
<style>
span { border-color: #E27CBE; }
span { border-color: rgb(226,124,190); }
td.TdClassName
{
border-color: #E27CBE;
}
.TagClassName
{
border-color: #E27CBE;
}
</style>