Shades of Persian Pink #EA72B5
Tints of Persian Pink #EA72B5
RGB
CMYK
RGB Variations
Color information
#EA72B5 (or 0xEA72B5) is known color: Persian Pink. HEX triplet: EA, 72 and B5. RGB value is (234,114,181). Sum of RGB (Red+Green+Blue) = 234+114+181=529 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.23% from 529); Green value is 114 (44.92% from 255 or 21.55% from 529); Blue value is 181 (71.09% from 255 or 34.22% from 529); Max value from RGB is 234 - color contains mainly: red. Hex color #EA72B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA72B5 is #158D4A. Grayscale: #9D9D9D. Windows color (decimal): -1412427 or 11891434. OLE color: 11891434.
HSL color Cylindrical-coordinate representation of color #EA72B5: hue angle of 326.5º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EA72B5 is Cyan = 0, Magento = 0.51, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 114 | 181 | - |
| CMYK | 0 | 0.51 | 0.23 | 0.08 |
| HSL | 326.5º | 0.74% | 0.68% | - |
| HSV(B) | 326.5º | 0.51% | 0.92% | - |
| XYZ | 48.29 | 32.86 | 47.51 | - |
| YUV | 157.52 | 141.26 | 182.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 114 | 181 | 0 | 0.51 | 0.23 | 0.08 | 326.5 | 0.74 | 0.68 |
| Hex | EA | 72 | B5 | 0 | 33 | 17 | 8 | 146 | 4A | 44 |
| Octal | 352 | 162 | 265 | 0 | 63 | 27 | 10 | 506 | 112 | 104 |
| Binary | 11101010 | 1110010 | 10110101 | 0 | 110011 | 10111 | 1000 | 101000110 | 1001010 | 1000100 |
Color Harmonies of #EA72B5
Complementary color
Monochromatic Colors of #EA72B5
Black with #EA72B5
Text Example
Text Example
White with #EA72B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA72B5; }
p { color: rgb(234,114,181); }
H1.HeaderClassName
{
color: #EA72B5;
}
.AnyTagClassName
{
color: #EA72B5;
}
</style>
background-color css
<style>
a { background-color: #EA72B5; }
a { background-color: rgb(234,114,181); }
div.DivClassName
{
background-color: #EA72B5;
}
.BgClassName
{
background-color: #EA72B5;
}
</style>
border-color css
<style>
span { border-color: #EA72B5; }
span { border-color: rgb(234,114,181); }
td.TdClassName
{
border-color: #EA72B5;
}
.TagClassName
{
border-color: #EA72B5;
}
</style>