Shades of Persian Pink #EA7DB0
Tints of Persian Pink #EA7DB0
RGB
CMYK
RGB Variations
Color information
#EA7DB0 (or 0xEA7DB0) is known color: Persian Pink. HEX triplet: EA, 7D and B0. RGB value is (234,125,176). Sum of RGB (Red+Green+Blue) = 234+125+176=535 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.74% from 535); Green value is 125 (49.22% from 255 or 23.36% from 535); Blue value is 176 (69.14% from 255 or 32.90% from 535); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7DB0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA7DB0 is #15824F. Grayscale: #A3A3A3. Windows color (decimal): -1409616 or 11566570. OLE color: 11566570.
HSL color Cylindrical-coordinate representation of color #EA7DB0: hue angle of 331.93º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EA7DB0 is Cyan = 0, Magento = 0.47, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 125 | 176 | - |
| CMYK | 0 | 0.47 | 0.25 | 0.08 |
| HSL | 331.93º | 0.72% | 0.7% | - |
| HSV(B) | 331.93º | 0.47% | 0.92% | - |
| XYZ | 49.1 | 35.29 | 45.3 | - |
| YUV | 163.41 | 135.11 | 178.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 125 | 176 | 0 | 0.47 | 0.25 | 0.08 | 331.93 | 0.72 | 0.7 |
| Hex | EA | 7D | B0 | 0 | 2F | 19 | 8 | 14C | 48 | 46 |
| Octal | 352 | 175 | 260 | 0 | 57 | 31 | 10 | 514 | 110 | 106 |
| Binary | 11101010 | 1111101 | 10110000 | 0 | 101111 | 11001 | 1000 | 101001100 | 1001000 | 1000110 |
Color Harmonies of #EA7DB0
Complementary color
Monochromatic Colors of #EA7DB0
Black with #EA7DB0
Text Example
Text Example
White with #EA7DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7DB0; }
p { color: rgb(234,125,176); }
H1.HeaderClassName
{
color: #EA7DB0;
}
.AnyTagClassName
{
color: #EA7DB0;
}
</style>
background-color css
<style>
a { background-color: #EA7DB0; }
a { background-color: rgb(234,125,176); }
div.DivClassName
{
background-color: #EA7DB0;
}
.BgClassName
{
background-color: #EA7DB0;
}
</style>
border-color css
<style>
span { border-color: #EA7DB0; }
span { border-color: rgb(234,125,176); }
td.TdClassName
{
border-color: #EA7DB0;
}
.TagClassName
{
border-color: #EA7DB0;
}
</style>