Shades of Persian Pink #E27EC2
Tints of Persian Pink #E27EC2
RGB
CMYK
RGB Variations
Color information
#E27EC2 (or 0xE27EC2) is known color: Persian Pink. HEX triplet: E2, 7E and C2. RGB value is (226,126,194). Sum of RGB (Red+Green+Blue) = 226+126+194=546 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.39% from 546); Green value is 126 (49.61% from 255 or 23.08% from 546); Blue value is 194 (76.17% from 255 or 35.53% from 546); Max value from RGB is 226 - color contains mainly: red. Hex color #E27EC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E27EC2 is #1D813D. Grayscale: #A3A3A3. Windows color (decimal): -1933630 or 12746466. OLE color: 12746466.
HSL color Cylindrical-coordinate representation of color #E27EC2: hue angle of 319.2º 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 #E27EC2 is Cyan = 0, Magento = 0.44, Yellow = 0.14 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 126 | 194 | - |
| CMYK | 0 | 0.44 | 0.14 | 0.11 |
| HSL | 319.2º | 0.63% | 0.69% | - |
| HSV(B) | 319.2º | 0.44% | 0.89% | - |
| XYZ | 48.56 | 34.99 | 55.23 | - |
| YUV | 163.65 | 145.13 | 172.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 126 | 194 | 0 | 0.44 | 0.14 | 0.11 | 319.2 | 0.63 | 0.69 |
| Hex | E2 | 7E | C2 | 0 | 2C | E | B | 13F | 3F | 45 |
| Octal | 342 | 176 | 302 | 0 | 54 | 16 | 13 | 477 | 77 | 105 |
| Binary | 11100010 | 1111110 | 11000010 | 0 | 101100 | 1110 | 1011 | 100111111 | 111111 | 1000101 |
Color Harmonies of #E27EC2
Complementary color
Monochromatic Colors of #E27EC2
Black with #E27EC2
Text Example
Text Example
White with #E27EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27EC2; }
p { color: rgb(226,126,194); }
H1.HeaderClassName
{
color: #E27EC2;
}
.AnyTagClassName
{
color: #E27EC2;
}
</style>
background-color css
<style>
a { background-color: #E27EC2; }
a { background-color: rgb(226,126,194); }
div.DivClassName
{
background-color: #E27EC2;
}
.BgClassName
{
background-color: #E27EC2;
}
</style>
border-color css
<style>
span { border-color: #E27EC2; }
span { border-color: rgb(226,126,194); }
td.TdClassName
{
border-color: #E27EC2;
}
.TagClassName
{
border-color: #E27EC2;
}
</style>