Shades of Persian Pink #E374C4
Tints of Persian Pink #E374C4
RGB
CMYK
RGB Variations
Color information
#E374C4 (or 0xE374C4) is known color: Persian Pink. HEX triplet: E3, 74 and C4. RGB value is (227,116,196). Sum of RGB (Red+Green+Blue) = 227+116+196=539 (71% of max value = 765). Red value is 227 (89.06% from 255 or 42.12% from 539); Green value is 116 (45.70% from 255 or 21.52% from 539); Blue value is 196 (76.95% from 255 or 36.36% from 539); Max value from RGB is 227 - color contains mainly: red. Hex color #E374C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E374C4 is #1C8B3B. Grayscale: #9E9E9E. Windows color (decimal): -1870652 or 12874979. OLE color: 12874979.
HSL color Cylindrical-coordinate representation of color #E374C4: hue angle of 316.76º 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 #E374C4 is Cyan = 0, Magento = 0.49, Yellow = 0.14 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 116 | 196 | - |
| CMYK | 0 | 0.49 | 0.14 | 0.11 |
| HSL | 316.76º | 0.66% | 0.67% | - |
| HSV(B) | 316.76º | 0.49% | 0.89% | - |
| XYZ | 47.89 | 32.81 | 56.03 | - |
| YUV | 158.31 | 149.27 | 177 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 116 | 196 | 0 | 0.49 | 0.14 | 0.11 | 316.76 | 0.66 | 0.67 |
| Hex | E3 | 74 | C4 | 0 | 31 | E | B | 13D | 42 | 43 |
| Octal | 343 | 164 | 304 | 0 | 61 | 16 | 13 | 475 | 102 | 103 |
| Binary | 11100011 | 1110100 | 11000100 | 0 | 110001 | 1110 | 1011 | 100111101 | 1000010 | 1000011 |
Color Harmonies of #E374C4
Complementary color
Monochromatic Colors of #E374C4
Black with #E374C4
Text Example
Text Example
White with #E374C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E374C4; }
p { color: rgb(227,116,196); }
H1.HeaderClassName
{
color: #E374C4;
}
.AnyTagClassName
{
color: #E374C4;
}
</style>
background-color css
<style>
a { background-color: #E374C4; }
a { background-color: rgb(227,116,196); }
div.DivClassName
{
background-color: #E374C4;
}
.BgClassName
{
background-color: #E374C4;
}
</style>
border-color css
<style>
span { border-color: #E374C4; }
span { border-color: rgb(227,116,196); }
td.TdClassName
{
border-color: #E374C4;
}
.TagClassName
{
border-color: #E374C4;
}
</style>