Shades of Persian Pink #EC7BB8
Tints of Persian Pink #EC7BB8
RGB
CMYK
RGB Variations
Color information
#EC7BB8 (or 0xEC7BB8) is known color: Persian Pink. HEX triplet: EC, 7B and B8. RGB value is (236,123,184). Sum of RGB (Red+Green+Blue) = 236+123+184=543 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.46% from 543); Green value is 123 (48.44% from 255 or 22.65% from 543); Blue value is 184 (72.27% from 255 or 33.89% from 543); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7BB8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7BB8 is #138447. Grayscale: #A3A3A3. Windows color (decimal): -1279048 or 12090348. OLE color: 12090348.
HSL color Cylindrical-coordinate representation of color #EC7BB8: hue angle of 327.61º 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 #EC7BB8 is Cyan = 0, Magento = 0.48, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 123 | 184 | - |
| CMYK | 0 | 0.48 | 0.22 | 0.07 |
| HSL | 327.61º | 0.75% | 0.7% | - |
| HSV(B) | 327.61º | 0.48% | 0.93% | - |
| XYZ | 50.33 | 35.46 | 49.54 | - |
| YUV | 163.74 | 139.44 | 179.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 123 | 184 | 0 | 0.48 | 0.22 | 0.07 | 327.61 | 0.75 | 0.7 |
| Hex | EC | 7B | B8 | 0 | 30 | 16 | 7 | 148 | 4B | 46 |
| Octal | 354 | 173 | 270 | 0 | 60 | 26 | 7 | 510 | 113 | 106 |
| Binary | 11101100 | 1111011 | 10111000 | 0 | 110000 | 10110 | 111 | 101001000 | 1001011 | 1000110 |
Color Harmonies of #EC7BB8
Complementary color
Monochromatic Colors of #EC7BB8
Black with #EC7BB8
Text Example
Text Example
White with #EC7BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7BB8; }
p { color: rgb(236,123,184); }
H1.HeaderClassName
{
color: #EC7BB8;
}
.AnyTagClassName
{
color: #EC7BB8;
}
</style>
background-color css
<style>
a { background-color: #EC7BB8; }
a { background-color: rgb(236,123,184); }
div.DivClassName
{
background-color: #EC7BB8;
}
.BgClassName
{
background-color: #EC7BB8;
}
</style>
border-color css
<style>
span { border-color: #EC7BB8; }
span { border-color: rgb(236,123,184); }
td.TdClassName
{
border-color: #EC7BB8;
}
.TagClassName
{
border-color: #EC7BB8;
}
</style>