Shades of Persian Pink #EA7DB3
Tints of Persian Pink #EA7DB3
RGB
CMYK
RGB Variations
Color information
#EA7DB3 (or 0xEA7DB3) is known color: Persian Pink. HEX triplet: EA, 7D and B3. RGB value is (234,125,179). Sum of RGB (Red+Green+Blue) = 234+125+179=538 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.49% from 538); Green value is 125 (49.22% from 255 or 23.23% from 538); Blue value is 179 (70.31% from 255 or 33.27% from 538); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7DB3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA7DB3 is #15824C. Grayscale: #A3A3A3. Windows color (decimal): -1409613 or 11763178. OLE color: 11763178.
HSL color Cylindrical-coordinate representation of color #EA7DB3: hue angle of 330.28º 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 #EA7DB3 is Cyan = 0, Magento = 0.47, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 125 | 179 | - |
| CMYK | 0 | 0.47 | 0.24 | 0.08 |
| HSL | 330.28º | 0.72% | 0.7% | - |
| HSV(B) | 330.28º | 0.47% | 0.92% | - |
| XYZ | 49.4 | 35.41 | 46.88 | - |
| YUV | 163.75 | 136.61 | 178.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 125 | 179 | 0 | 0.47 | 0.24 | 0.08 | 330.28 | 0.72 | 0.7 |
| Hex | EA | 7D | B3 | 0 | 2F | 18 | 8 | 14A | 48 | 46 |
| Octal | 352 | 175 | 263 | 0 | 57 | 30 | 10 | 512 | 110 | 106 |
| Binary | 11101010 | 1111101 | 10110011 | 0 | 101111 | 11000 | 1000 | 101001010 | 1001000 | 1000110 |
Color Harmonies of #EA7DB3
Complementary color
Monochromatic Colors of #EA7DB3
Black with #EA7DB3
Text Example
Text Example
White with #EA7DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7DB3; }
p { color: rgb(234,125,179); }
H1.HeaderClassName
{
color: #EA7DB3;
}
.AnyTagClassName
{
color: #EA7DB3;
}
</style>
background-color css
<style>
a { background-color: #EA7DB3; }
a { background-color: rgb(234,125,179); }
div.DivClassName
{
background-color: #EA7DB3;
}
.BgClassName
{
background-color: #EA7DB3;
}
</style>
border-color css
<style>
span { border-color: #EA7DB3; }
span { border-color: rgb(234,125,179); }
td.TdClassName
{
border-color: #EA7DB3;
}
.TagClassName
{
border-color: #EA7DB3;
}
</style>