Shades of Persian Pink #EC75B5
Tints of Persian Pink #EC75B5
RGB
CMYK
RGB Variations
Color information
#EC75B5 (or 0xEC75B5) is known color: Persian Pink. HEX triplet: EC, 75 and B5. RGB value is (236,117,181). Sum of RGB (Red+Green+Blue) = 236+117+181=534 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.19% from 534); Green value is 117 (46.09% from 255 or 21.91% from 534); Blue value is 181 (71.09% from 255 or 33.90% from 534); Max value from RGB is 236 - color contains mainly: red. Hex color #EC75B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC75B5 is #138A4A. Grayscale: #9F9F9F. Windows color (decimal): -1280587 or 11892204. OLE color: 11892204.
HSL color Cylindrical-coordinate representation of color #EC75B5: hue angle of 327.73º 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 #EC75B5 is Cyan = 0, Magento = 0.50, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 117 | 181 | - |
| CMYK | 0 | 0.50 | 0.23 | 0.07 |
| HSL | 327.73º | 0.76% | 0.69% | - |
| HSV(B) | 327.73º | 0.5% | 0.93% | - |
| XYZ | 49.29 | 33.89 | 47.66 | - |
| YUV | 159.88 | 139.92 | 182.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 117 | 181 | 0 | 0.50 | 0.23 | 0.07 | 327.73 | 0.76 | 0.69 |
| Hex | EC | 75 | B5 | 0 | 32 | 17 | 7 | 148 | 4C | 45 |
| Octal | 354 | 165 | 265 | 0 | 62 | 27 | 7 | 510 | 114 | 105 |
| Binary | 11101100 | 1110101 | 10110101 | 0 | 110010 | 10111 | 111 | 101001000 | 1001100 | 1000101 |
Color Harmonies of #EC75B5
Complementary color
Monochromatic Colors of #EC75B5
Black with #EC75B5
Text Example
Text Example
White with #EC75B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC75B5; }
p { color: rgb(236,117,181); }
H1.HeaderClassName
{
color: #EC75B5;
}
.AnyTagClassName
{
color: #EC75B5;
}
</style>
background-color css
<style>
a { background-color: #EC75B5; }
a { background-color: rgb(236,117,181); }
div.DivClassName
{
background-color: #EC75B5;
}
.BgClassName
{
background-color: #EC75B5;
}
</style>
border-color css
<style>
span { border-color: #EC75B5; }
span { border-color: rgb(236,117,181); }
td.TdClassName
{
border-color: #EC75B5;
}
.TagClassName
{
border-color: #EC75B5;
}
</style>