Shades of Persian Pink #EA7FB4
Tints of Persian Pink #EA7FB4
RGB
CMYK
RGB Variations
Color information
#EA7FB4 (or 0xEA7FB4) is known color: Persian Pink. HEX triplet: EA, 7F and B4. RGB value is (234,127,180). Sum of RGB (Red+Green+Blue) = 234+127+180=541 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.25% from 541); Green value is 127 (50% from 255 or 23.48% from 541); Blue value is 180 (70.70% from 255 or 33.27% from 541); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7FB4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA7FB4 is #15804B. Grayscale: #A4A4A4. Windows color (decimal): -1409100 or 11829226. OLE color: 11829226.
HSL color Cylindrical-coordinate representation of color #EA7FB4: hue angle of 330.28º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EA7FB4 is Cyan = 0, Magento = 0.46, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 127 | 180 | - |
| CMYK | 0 | 0.46 | 0.23 | 0.08 |
| HSL | 330.28º | 0.72% | 0.71% | - |
| HSV(B) | 330.28º | 0.46% | 0.92% | - |
| XYZ | 49.76 | 35.97 | 47.5 | - |
| YUV | 165.04 | 136.45 | 177.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 127 | 180 | 0 | 0.46 | 0.23 | 0.08 | 330.28 | 0.72 | 0.71 |
| Hex | EA | 7F | B4 | 0 | 2E | 17 | 8 | 14A | 48 | 47 |
| Octal | 352 | 177 | 264 | 0 | 56 | 27 | 10 | 512 | 110 | 107 |
| Binary | 11101010 | 1111111 | 10110100 | 0 | 101110 | 10111 | 1000 | 101001010 | 1001000 | 1000111 |
Color Harmonies of #EA7FB4
Complementary color
Monochromatic Colors of #EA7FB4
Black with #EA7FB4
Text Example
Text Example
White with #EA7FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7FB4; }
p { color: rgb(234,127,180); }
H1.HeaderClassName
{
color: #EA7FB4;
}
.AnyTagClassName
{
color: #EA7FB4;
}
</style>
background-color css
<style>
a { background-color: #EA7FB4; }
a { background-color: rgb(234,127,180); }
div.DivClassName
{
background-color: #EA7FB4;
}
.BgClassName
{
background-color: #EA7FB4;
}
</style>
border-color css
<style>
span { border-color: #EA7FB4; }
span { border-color: rgb(234,127,180); }
td.TdClassName
{
border-color: #EA7FB4;
}
.TagClassName
{
border-color: #EA7FB4;
}
</style>