Shades of Persian Pink #EC7AB6
Tints of Persian Pink #EC7AB6
RGB
CMYK
RGB Variations
Color information
#EC7AB6 (or 0xEC7AB6) is known color: Persian Pink. HEX triplet: EC, 7A and B6. RGB value is (236,122,182). Sum of RGB (Red+Green+Blue) = 236+122+182=540 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.70% from 540); Green value is 122 (48.05% from 255 or 22.59% from 540); Blue value is 182 (71.48% from 255 or 33.70% from 540); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7AB6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7AB6 is #138549. Grayscale: #A2A2A2. Windows color (decimal): -1279306 or 11959020. OLE color: 11959020.
HSL color Cylindrical-coordinate representation of color #EC7AB6: hue angle of 328.42º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EC7AB6 is Cyan = 0, Magento = 0.48, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 122 | 182 | - |
| CMYK | 0 | 0.48 | 0.23 | 0.07 |
| HSL | 328.42º | 0.75% | 0.7% | - |
| HSV(B) | 328.42º | 0.48% | 0.93% | - |
| XYZ | 50 | 35.13 | 48.4 | - |
| YUV | 162.93 | 138.77 | 180.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 122 | 182 | 0 | 0.48 | 0.23 | 0.07 | 328.42 | 0.75 | 0.7 |
| Hex | EC | 7A | B6 | 0 | 30 | 17 | 7 | 148 | 4B | 46 |
| Octal | 354 | 172 | 266 | 0 | 60 | 27 | 7 | 510 | 113 | 106 |
| Binary | 11101100 | 1111010 | 10110110 | 0 | 110000 | 10111 | 111 | 101001000 | 1001011 | 1000110 |
Color Harmonies of #EC7AB6
Complementary color
Monochromatic Colors of #EC7AB6
Black with #EC7AB6
Text Example
Text Example
White with #EC7AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7AB6; }
p { color: rgb(236,122,182); }
H1.HeaderClassName
{
color: #EC7AB6;
}
.AnyTagClassName
{
color: #EC7AB6;
}
</style>
background-color css
<style>
a { background-color: #EC7AB6; }
a { background-color: rgb(236,122,182); }
div.DivClassName
{
background-color: #EC7AB6;
}
.BgClassName
{
background-color: #EC7AB6;
}
</style>
border-color css
<style>
span { border-color: #EC7AB6; }
span { border-color: rgb(236,122,182); }
td.TdClassName
{
border-color: #EC7AB6;
}
.TagClassName
{
border-color: #EC7AB6;
}
</style>