Shades of Persian Pink #EA74B0
Tints of Persian Pink #EA74B0
RGB
CMYK
RGB Variations
Color information
#EA74B0 (or 0xEA74B0) is known color: Persian Pink. HEX triplet: EA, 74 and B0. RGB value is (234,116,176). Sum of RGB (Red+Green+Blue) = 234+116+176=526 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.49% from 526); Green value is 116 (45.70% from 255 or 22.05% from 526); Blue value is 176 (69.14% from 255 or 33.46% from 526); Max value from RGB is 234 - color contains mainly: red. Hex color #EA74B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA74B0 is #158B4F. Grayscale: #9E9E9E. Windows color (decimal): -1411920 or 11564266. OLE color: 11564266.
HSL color Cylindrical-coordinate representation of color #EA74B0: hue angle of 329.49º 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 #EA74B0 is Cyan = 0, Magento = 0.50, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 116 | 176 | - |
| CMYK | 0 | 0.50 | 0.25 | 0.08 |
| HSL | 329.49º | 0.74% | 0.69% | - |
| HSV(B) | 329.49º | 0.5% | 0.92% | - |
| XYZ | 48.01 | 33.12 | 44.94 | - |
| YUV | 158.12 | 138.09 | 182.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 116 | 176 | 0 | 0.50 | 0.25 | 0.08 | 329.49 | 0.74 | 0.69 |
| Hex | EA | 74 | B0 | 0 | 32 | 19 | 8 | 149 | 4A | 45 |
| Octal | 352 | 164 | 260 | 0 | 62 | 31 | 10 | 511 | 112 | 105 |
| Binary | 11101010 | 1110100 | 10110000 | 0 | 110010 | 11001 | 1000 | 101001001 | 1001010 | 1000101 |
Color Harmonies of #EA74B0
Complementary color
Monochromatic Colors of #EA74B0
Black with #EA74B0
Text Example
Text Example
White with #EA74B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA74B0; }
p { color: rgb(234,116,176); }
H1.HeaderClassName
{
color: #EA74B0;
}
.AnyTagClassName
{
color: #EA74B0;
}
</style>
background-color css
<style>
a { background-color: #EA74B0; }
a { background-color: rgb(234,116,176); }
div.DivClassName
{
background-color: #EA74B0;
}
.BgClassName
{
background-color: #EA74B0;
}
</style>
border-color css
<style>
span { border-color: #EA74B0; }
span { border-color: rgb(234,116,176); }
td.TdClassName
{
border-color: #EA74B0;
}
.TagClassName
{
border-color: #EA74B0;
}
</style>