Shades of Persian Pink #EC7BAF
Tints of Persian Pink #EC7BAF
RGB
CMYK
RGB Variations
Color information
#EC7BAF (or 0xEC7BAF) is known color: Persian Pink. HEX triplet: EC, 7B and AF. RGB value is (236,123,175). Sum of RGB (Red+Green+Blue) = 236+123+175=534 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.19% from 534); Green value is 123 (48.44% from 255 or 23.03% from 534); Blue value is 175 (68.75% from 255 or 32.77% from 534); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7BAF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC7BAF is #138450. Grayscale: #A2A2A2. Windows color (decimal): -1279057 or 11500524. OLE color: 11500524.
HSL color Cylindrical-coordinate representation of color #EC7BAF: hue angle of 332.39º 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 #EC7BAF is Cyan = 0, Magento = 0.48, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 123 | 175 | - |
| CMYK | 0 | 0.48 | 0.26 | 0.07 |
| HSL | 332.39º | 0.75% | 0.7% | - |
| HSV(B) | 332.39º | 0.48% | 0.93% | - |
| XYZ | 49.41 | 35.09 | 44.73 | - |
| YUV | 162.72 | 134.94 | 180.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 123 | 175 | 0 | 0.48 | 0.26 | 0.07 | 332.39 | 0.75 | 0.7 |
| Hex | EC | 7B | AF | 0 | 30 | 1A | 7 | 14C | 4B | 46 |
| Octal | 354 | 173 | 257 | 0 | 60 | 32 | 7 | 514 | 113 | 106 |
| Binary | 11101100 | 1111011 | 10101111 | 0 | 110000 | 11010 | 111 | 101001100 | 1001011 | 1000110 |
Color Harmonies of #EC7BAF
Complementary color
Monochromatic Colors of #EC7BAF
Black with #EC7BAF
Text Example
Text Example
White with #EC7BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7BAF; }
p { color: rgb(236,123,175); }
H1.HeaderClassName
{
color: #EC7BAF;
}
.AnyTagClassName
{
color: #EC7BAF;
}
</style>
background-color css
<style>
a { background-color: #EC7BAF; }
a { background-color: rgb(236,123,175); }
div.DivClassName
{
background-color: #EC7BAF;
}
.BgClassName
{
background-color: #EC7BAF;
}
</style>
border-color css
<style>
span { border-color: #EC7BAF; }
span { border-color: rgb(236,123,175); }
td.TdClassName
{
border-color: #EC7BAF;
}
.TagClassName
{
border-color: #EC7BAF;
}
</style>