Shades of Persian Pink #EA74BA
Tints of Persian Pink #EA74BA
RGB
CMYK
RGB Variations
Color information
#EA74BA (or 0xEA74BA) is known color: Persian Pink. HEX triplet: EA, 74 and BA. RGB value is (234,116,186). Sum of RGB (Red+Green+Blue) = 234+116+186=536 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.66% from 536); Green value is 116 (45.70% from 255 or 21.64% from 536); Blue value is 186 (73.05% from 255 or 34.70% from 536); Max value from RGB is 234 - color contains mainly: red. Hex color #EA74BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA74BA is #158B45. Grayscale: #9F9F9F. Windows color (decimal): -1411910 or 12219626. OLE color: 12219626.
HSL color Cylindrical-coordinate representation of color #EA74BA: hue angle of 324.41º 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 #EA74BA is Cyan = 0, Magento = 0.50, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 116 | 186 | - |
| CMYK | 0 | 0.50 | 0.21 | 0.08 |
| HSL | 324.41º | 0.74% | 0.69% | - |
| HSV(B) | 324.41º | 0.5% | 0.92% | - |
| XYZ | 49.04 | 33.53 | 50.34 | - |
| YUV | 159.26 | 143.09 | 181.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 116 | 186 | 0 | 0.50 | 0.21 | 0.08 | 324.41 | 0.74 | 0.69 |
| Hex | EA | 74 | BA | 0 | 32 | 15 | 8 | 144 | 4A | 45 |
| Octal | 352 | 164 | 272 | 0 | 62 | 25 | 10 | 504 | 112 | 105 |
| Binary | 11101010 | 1110100 | 10111010 | 0 | 110010 | 10101 | 1000 | 101000100 | 1001010 | 1000101 |
Color Harmonies of #EA74BA
Complementary color
Monochromatic Colors of #EA74BA
Black with #EA74BA
Text Example
Text Example
White with #EA74BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA74BA; }
p { color: rgb(234,116,186); }
H1.HeaderClassName
{
color: #EA74BA;
}
.AnyTagClassName
{
color: #EA74BA;
}
</style>
background-color css
<style>
a { background-color: #EA74BA; }
a { background-color: rgb(234,116,186); }
div.DivClassName
{
background-color: #EA74BA;
}
.BgClassName
{
background-color: #EA74BA;
}
</style>
border-color css
<style>
span { border-color: #EA74BA; }
span { border-color: rgb(234,116,186); }
td.TdClassName
{
border-color: #EA74BA;
}
.TagClassName
{
border-color: #EA74BA;
}
</style>