Shades of Persian Pink #E27FBE
Tints of Persian Pink #E27FBE
RGB
CMYK
RGB Variations
Color information
#E27FBE (or 0xE27FBE) is known color: Persian Pink. HEX triplet: E2, 7F and BE. RGB value is (226,127,190). Sum of RGB (Red+Green+Blue) = 226+127+190=543 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.62% from 543); Green value is 127 (50% from 255 or 23.39% from 543); Blue value is 190 (74.61% from 255 or 34.99% from 543); Max value from RGB is 226 - color contains mainly: red. Hex color #E27FBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E27FBE is #1D8041. Grayscale: #A3A3A3. Windows color (decimal): -1933378 or 12484578. OLE color: 12484578.
HSL color Cylindrical-coordinate representation of color #E27FBE: hue angle of 321.82º degrees, saturation: 0.63, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E27FBE is Cyan = 0, Magento = 0.44, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 127 | 190 | - |
| CMYK | 0 | 0.44 | 0.16 | 0.11 |
| HSL | 321.82º | 0.63% | 0.69% | - |
| HSV(B) | 321.82º | 0.44% | 0.89% | - |
| XYZ | 48.25 | 35.07 | 52.94 | - |
| YUV | 163.78 | 142.8 | 172.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 127 | 190 | 0 | 0.44 | 0.16 | 0.11 | 321.82 | 0.63 | 0.69 |
| Hex | E2 | 7F | BE | 0 | 2C | 10 | B | 142 | 3F | 45 |
| Octal | 342 | 177 | 276 | 0 | 54 | 20 | 13 | 502 | 77 | 105 |
| Binary | 11100010 | 1111111 | 10111110 | 0 | 101100 | 10000 | 1011 | 101000010 | 111111 | 1000101 |
Color Harmonies of #E27FBE
Complementary color
Monochromatic Colors of #E27FBE
Black with #E27FBE
Text Example
Text Example
White with #E27FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27FBE; }
p { color: rgb(226,127,190); }
H1.HeaderClassName
{
color: #E27FBE;
}
.AnyTagClassName
{
color: #E27FBE;
}
</style>
background-color css
<style>
a { background-color: #E27FBE; }
a { background-color: rgb(226,127,190); }
div.DivClassName
{
background-color: #E27FBE;
}
.BgClassName
{
background-color: #E27FBE;
}
</style>
border-color css
<style>
span { border-color: #E27FBE; }
span { border-color: rgb(226,127,190); }
td.TdClassName
{
border-color: #E27FBE;
}
.TagClassName
{
border-color: #E27FBE;
}
</style>