Shades of Persian Pink #EA74C2
Tints of Persian Pink #EA74C2
RGB
CMYK
RGB Variations
Color information
#EA74C2 (or 0xEA74C2) is known color: Persian Pink. HEX triplet: EA, 74 and C2. RGB value is (234,116,194). Sum of RGB (Red+Green+Blue) = 234+116+194=544 (72% of max value = 765). Red value is 234 (91.80% from 255 or 43.01% from 544); Green value is 116 (45.70% from 255 or 21.32% from 544); Blue value is 194 (76.17% from 255 or 35.66% from 544); Max value from RGB is 234 - color contains mainly: red. Hex color #EA74C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA74C2 is #158B3D. Grayscale: #9F9F9F. Windows color (decimal): -1411902 or 12743914. OLE color: 12743914.
HSL color Cylindrical-coordinate representation of color #EA74C2: hue angle of 320.34º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EA74C2 is Cyan = 0, Magento = 0.50, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 116 | 194 | - |
| CMYK | 0 | 0.50 | 0.17 | 0.08 |
| HSL | 320.34º | 0.74% | 0.69% | - |
| HSV(B) | 320.34º | 0.5% | 0.92% | - |
| XYZ | 49.91 | 33.88 | 54.95 | - |
| YUV | 160.17 | 147.09 | 180.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 116 | 194 | 0 | 0.50 | 0.17 | 0.08 | 320.34 | 0.74 | 0.69 |
| Hex | EA | 74 | C2 | 0 | 32 | 11 | 8 | 140 | 4A | 45 |
| Octal | 352 | 164 | 302 | 0 | 62 | 21 | 10 | 500 | 112 | 105 |
| Binary | 11101010 | 1110100 | 11000010 | 0 | 110010 | 10001 | 1000 | 101000000 | 1001010 | 1000101 |
Color Harmonies of #EA74C2
Complementary color
Monochromatic Colors of #EA74C2
Black with #EA74C2
Text Example
Text Example
White with #EA74C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA74C2; }
p { color: rgb(234,116,194); }
H1.HeaderClassName
{
color: #EA74C2;
}
.AnyTagClassName
{
color: #EA74C2;
}
</style>
background-color css
<style>
a { background-color: #EA74C2; }
a { background-color: rgb(234,116,194); }
div.DivClassName
{
background-color: #EA74C2;
}
.BgClassName
{
background-color: #EA74C2;
}
</style>
border-color css
<style>
span { border-color: #EA74C2; }
span { border-color: rgb(234,116,194); }
td.TdClassName
{
border-color: #EA74C2;
}
.TagClassName
{
border-color: #EA74C2;
}
</style>