Shades of Persian Pink #EC75BD
Tints of Persian Pink #EC75BD
RGB
CMYK
RGB Variations
Color information
#EC75BD (or 0xEC75BD) is known color: Persian Pink. HEX triplet: EC, 75 and BD. RGB value is (236,117,189). Sum of RGB (Red+Green+Blue) = 236+117+189=542 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.54% from 542); Green value is 117 (46.09% from 255 or 21.59% from 542); Blue value is 189 (74.22% from 255 or 34.87% from 542); Max value from RGB is 236 - color contains mainly: red. Hex color #EC75BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC75BD is #138A42. Grayscale: #A0A0A0. Windows color (decimal): -1280579 or 12416492. OLE color: 12416492.
HSL color Cylindrical-coordinate representation of color #EC75BD: hue angle of 323.7º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EC75BD is Cyan = 0, Magento = 0.50, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 117 | 189 | - |
| CMYK | 0 | 0.50 | 0.20 | 0.07 |
| HSL | 323.7º | 0.76% | 0.69% | - |
| HSV(B) | 323.7º | 0.5% | 0.93% | - |
| XYZ | 50.14 | 34.23 | 52.11 | - |
| YUV | 160.79 | 143.92 | 181.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 117 | 189 | 0 | 0.50 | 0.20 | 0.07 | 323.7 | 0.76 | 0.69 |
| Hex | EC | 75 | BD | 0 | 32 | 14 | 7 | 144 | 4C | 45 |
| Octal | 354 | 165 | 275 | 0 | 62 | 24 | 7 | 504 | 114 | 105 |
| Binary | 11101100 | 1110101 | 10111101 | 0 | 110010 | 10100 | 111 | 101000100 | 1001100 | 1000101 |
Color Harmonies of #EC75BD
Complementary color
Monochromatic Colors of #EC75BD
Black with #EC75BD
Text Example
Text Example
White with #EC75BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC75BD; }
p { color: rgb(236,117,189); }
H1.HeaderClassName
{
color: #EC75BD;
}
.AnyTagClassName
{
color: #EC75BD;
}
</style>
background-color css
<style>
a { background-color: #EC75BD; }
a { background-color: rgb(236,117,189); }
div.DivClassName
{
background-color: #EC75BD;
}
.BgClassName
{
background-color: #EC75BD;
}
</style>
border-color css
<style>
span { border-color: #EC75BD; }
span { border-color: rgb(236,117,189); }
td.TdClassName
{
border-color: #EC75BD;
}
.TagClassName
{
border-color: #EC75BD;
}
</style>