Shades of Persian Pink #EC7DB4
Tints of Persian Pink #EC7DB4
RGB
CMYK
RGB Variations
Color information
#EC7DB4 (or 0xEC7DB4) is known color: Persian Pink. HEX triplet: EC, 7D and B4. RGB value is (236,125,180). Sum of RGB (Red+Green+Blue) = 236+125+180=541 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.62% from 541); Green value is 125 (49.22% from 255 or 23.11% from 541); Blue value is 180 (70.70% from 255 or 33.27% from 541); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7DB4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7DB4 is #13824B. Grayscale: #A4A4A4. Windows color (decimal): -1278540 or 11828716. OLE color: 11828716.
HSL color Cylindrical-coordinate representation of color #EC7DB4: hue angle of 330.27º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EC7DB4 is Cyan = 0, Magento = 0.47, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 125 | 180 | - |
| CMYK | 0 | 0.47 | 0.24 | 0.07 |
| HSL | 330.27º | 0.74% | 0.71% | - |
| HSV(B) | 330.27º | 0.47% | 0.93% | - |
| XYZ | 50.16 | 35.8 | 47.45 | - |
| YUV | 164.46 | 136.77 | 179.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 125 | 180 | 0 | 0.47 | 0.24 | 0.07 | 330.27 | 0.74 | 0.71 |
| Hex | EC | 7D | B4 | 0 | 2F | 18 | 7 | 14A | 4A | 47 |
| Octal | 354 | 175 | 264 | 0 | 57 | 30 | 7 | 512 | 112 | 107 |
| Binary | 11101100 | 1111101 | 10110100 | 0 | 101111 | 11000 | 111 | 101001010 | 1001010 | 1000111 |
Color Harmonies of #EC7DB4
Complementary color
Monochromatic Colors of #EC7DB4
Black with #EC7DB4
Text Example
Text Example
White with #EC7DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7DB4; }
p { color: rgb(236,125,180); }
H1.HeaderClassName
{
color: #EC7DB4;
}
.AnyTagClassName
{
color: #EC7DB4;
}
</style>
background-color css
<style>
a { background-color: #EC7DB4; }
a { background-color: rgb(236,125,180); }
div.DivClassName
{
background-color: #EC7DB4;
}
.BgClassName
{
background-color: #EC7DB4;
}
</style>
border-color css
<style>
span { border-color: #EC7DB4; }
span { border-color: rgb(236,125,180); }
td.TdClassName
{
border-color: #EC7DB4;
}
.TagClassName
{
border-color: #EC7DB4;
}
</style>