Shades of Persian Pink #E773C3
Tints of Persian Pink #E773C3
RGB
CMYK
RGB Variations
Color information
#E773C3 (or 0xE773C3) is known color: Persian Pink. HEX triplet: E7, 73 and C3. RGB value is (231,115,195). Sum of RGB (Red+Green+Blue) = 231+115+195=541 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.70% from 541); Green value is 115 (45.31% from 255 or 21.26% from 541); Blue value is 195 (76.56% from 255 or 36.04% from 541); Max value from RGB is 231 - color contains mainly: red. Hex color #E773C3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E773C3 is #188C3C. Grayscale: #9E9E9E. Windows color (decimal): -1608765 or 12809191. OLE color: 12809191.
HSL color Cylindrical-coordinate representation of color #E773C3: hue angle of 318.62º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E773C3 is Cyan = 0, Magento = 0.50, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 115 | 195 | - |
| CMYK | 0 | 0.50 | 0.16 | 0.09 |
| HSL | 318.62º | 0.71% | 0.68% | - |
| HSV(B) | 318.62º | 0.5% | 0.91% | - |
| XYZ | 48.94 | 33.19 | 55.46 | - |
| YUV | 158.8 | 148.43 | 179.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 115 | 195 | 0 | 0.50 | 0.16 | 0.09 | 318.62 | 0.71 | 0.68 |
| Hex | E7 | 73 | C3 | 0 | 32 | 10 | 9 | 13F | 47 | 44 |
| Octal | 347 | 163 | 303 | 0 | 62 | 20 | 11 | 477 | 107 | 104 |
| Binary | 11100111 | 1110011 | 11000011 | 0 | 110010 | 10000 | 1001 | 100111111 | 1000111 | 1000100 |
Color Harmonies of #E773C3
Complementary color
Monochromatic Colors of #E773C3
Black with #E773C3
Text Example
Text Example
White with #E773C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E773C3; }
p { color: rgb(231,115,195); }
H1.HeaderClassName
{
color: #E773C3;
}
.AnyTagClassName
{
color: #E773C3;
}
</style>
background-color css
<style>
a { background-color: #E773C3; }
a { background-color: rgb(231,115,195); }
div.DivClassName
{
background-color: #E773C3;
}
.BgClassName
{
background-color: #E773C3;
}
</style>
border-color css
<style>
span { border-color: #E773C3; }
span { border-color: rgb(231,115,195); }
td.TdClassName
{
border-color: #E773C3;
}
.TagClassName
{
border-color: #E773C3;
}
</style>