Shades of Persian Pink #EA7FBD
Tints of Persian Pink #EA7FBD
RGB
CMYK
RGB Variations
Color information
#EA7FBD (or 0xEA7FBD) is known color: Persian Pink. HEX triplet: EA, 7F and BD. RGB value is (234,127,189). Sum of RGB (Red+Green+Blue) = 234+127+189=550 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.55% from 550); Green value is 127 (50% from 255 or 23.09% from 550); Blue value is 189 (74.22% from 255 or 34.36% from 550); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7FBD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA7FBD is #158042. Grayscale: #A5A5A5. Windows color (decimal): -1409091 or 12419050. OLE color: 12419050.
HSL color Cylindrical-coordinate representation of color #EA7FBD: hue angle of 325.23º 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 #EA7FBD is Cyan = 0, Magento = 0.46, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 127 | 189 | - |
| CMYK | 0 | 0.46 | 0.19 | 0.08 |
| HSL | 325.23º | 0.72% | 0.71% | - |
| HSV(B) | 325.23º | 0.46% | 0.92% | - |
| XYZ | 50.71 | 36.35 | 52.49 | - |
| YUV | 166.06 | 140.95 | 176.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 127 | 189 | 0 | 0.46 | 0.19 | 0.08 | 325.23 | 0.72 | 0.71 |
| Hex | EA | 7F | BD | 0 | 2E | 13 | 8 | 145 | 48 | 47 |
| Octal | 352 | 177 | 275 | 0 | 56 | 23 | 10 | 505 | 110 | 107 |
| Binary | 11101010 | 1111111 | 10111101 | 0 | 101110 | 10011 | 1000 | 101000101 | 1001000 | 1000111 |
Color Harmonies of #EA7FBD
Complementary color
Monochromatic Colors of #EA7FBD
Black with #EA7FBD
Text Example
Text Example
White with #EA7FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7FBD; }
p { color: rgb(234,127,189); }
H1.HeaderClassName
{
color: #EA7FBD;
}
.AnyTagClassName
{
color: #EA7FBD;
}
</style>
background-color css
<style>
a { background-color: #EA7FBD; }
a { background-color: rgb(234,127,189); }
div.DivClassName
{
background-color: #EA7FBD;
}
.BgClassName
{
background-color: #EA7FBD;
}
</style>
border-color css
<style>
span { border-color: #EA7FBD; }
span { border-color: rgb(234,127,189); }
td.TdClassName
{
border-color: #EA7FBD;
}
.TagClassName
{
border-color: #EA7FBD;
}
</style>