Shades of Persian Pink #E374C1
Tints of Persian Pink #E374C1
RGB
CMYK
RGB Variations
Color information
#E374C1 (or 0xE374C1) is known color: Persian Pink. HEX triplet: E3, 74 and C1. RGB value is (227,116,193). Sum of RGB (Red+Green+Blue) = 227+116+193=536 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.35% from 536); Green value is 116 (45.70% from 255 or 21.64% from 536); Blue value is 193 (75.78% from 255 or 36.01% from 536); Max value from RGB is 227 - color contains mainly: red. Hex color #E374C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E374C1 is #1C8B3E. Grayscale: #9D9D9D. Windows color (decimal): -1870655 or 12678371. OLE color: 12678371.
HSL color Cylindrical-coordinate representation of color #E374C1: hue angle of 318.38º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E374C1 is Cyan = 0, Magento = 0.49, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 116 | 193 | - |
| CMYK | 0 | 0.49 | 0.15 | 0.11 |
| HSL | 318.38º | 0.66% | 0.67% | - |
| HSV(B) | 318.38º | 0.49% | 0.89% | - |
| XYZ | 47.55 | 32.67 | 54.25 | - |
| YUV | 157.97 | 147.77 | 177.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 116 | 193 | 0 | 0.49 | 0.15 | 0.11 | 318.38 | 0.66 | 0.67 |
| Hex | E3 | 74 | C1 | 0 | 31 | F | B | 13E | 42 | 43 |
| Octal | 343 | 164 | 301 | 0 | 61 | 17 | 13 | 476 | 102 | 103 |
| Binary | 11100011 | 1110100 | 11000001 | 0 | 110001 | 1111 | 1011 | 100111110 | 1000010 | 1000011 |
Color Harmonies of #E374C1
Complementary color
Monochromatic Colors of #E374C1
Black with #E374C1
Text Example
Text Example
White with #E374C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E374C1; }
p { color: rgb(227,116,193); }
H1.HeaderClassName
{
color: #E374C1;
}
.AnyTagClassName
{
color: #E374C1;
}
</style>
background-color css
<style>
a { background-color: #E374C1; }
a { background-color: rgb(227,116,193); }
div.DivClassName
{
background-color: #E374C1;
}
.BgClassName
{
background-color: #E374C1;
}
</style>
border-color css
<style>
span { border-color: #E374C1; }
span { border-color: rgb(227,116,193); }
td.TdClassName
{
border-color: #E374C1;
}
.TagClassName
{
border-color: #E374C1;
}
</style>