Shades of Persian Pink #E880C2
Tints of Persian Pink #E880C2
RGB
CMYK
RGB Variations
Color information
#E880C2 (or 0xE880C2) is known color: Persian Pink. HEX triplet: E8, 80 and C2. RGB value is (232,128,194). Sum of RGB (Red+Green+Blue) = 232+128+194=554 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.88% from 554); Green value is 128 (50.39% from 255 or 23.10% from 554); Blue value is 194 (76.17% from 255 or 35.02% from 554); Max value from RGB is 232 - color contains mainly: red. Hex color #E880C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E880C2 is #177F3D. Grayscale: #A6A6A6. Windows color (decimal): -1539902 or 12746984. OLE color: 12746984.
HSL color Cylindrical-coordinate representation of color #E880C2: hue angle of 321.92º degrees, saturation: 0.69, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E880C2 is Cyan = 0, Magento = 0.45, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 128 | 194 | - |
| CMYK | 0 | 0.45 | 0.16 | 0.09 |
| HSL | 321.92º | 0.69% | 0.71% | - |
| HSV(B) | 321.92º | 0.45% | 0.91% | - |
| XYZ | 50.74 | 36.49 | 55.41 | - |
| YUV | 166.62 | 143.46 | 174.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 128 | 194 | 0 | 0.45 | 0.16 | 0.09 | 321.92 | 0.69 | 0.71 |
| Hex | E8 | 80 | C2 | 0 | 2D | 10 | 9 | 142 | 45 | 47 |
| Octal | 350 | 200 | 302 | 0 | 55 | 20 | 11 | 502 | 105 | 107 |
| Binary | 11101000 | 10000000 | 11000010 | 0 | 101101 | 10000 | 1001 | 101000010 | 1000101 | 1000111 |
Color Harmonies of #E880C2
Complementary color
Monochromatic Colors of #E880C2
Black with #E880C2
Text Example
Text Example
White with #E880C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E880C2; }
p { color: rgb(232,128,194); }
H1.HeaderClassName
{
color: #E880C2;
}
.AnyTagClassName
{
color: #E880C2;
}
</style>
background-color css
<style>
a { background-color: #E880C2; }
a { background-color: rgb(232,128,194); }
div.DivClassName
{
background-color: #E880C2;
}
.BgClassName
{
background-color: #E880C2;
}
</style>
border-color css
<style>
span { border-color: #E880C2; }
span { border-color: rgb(232,128,194); }
td.TdClassName
{
border-color: #E880C2;
}
.TagClassName
{
border-color: #E880C2;
}
</style>