Shades of Persian Pink #EC75B4
Tints of Persian Pink #EC75B4
RGB
CMYK
RGB Variations
Color information
#EC75B4 (or 0xEC75B4) is known color: Persian Pink. HEX triplet: EC, 75 and B4. RGB value is (236,117,180). Sum of RGB (Red+Green+Blue) = 236+117+180=533 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.28% from 533); Green value is 117 (46.09% from 255 or 21.95% from 533); Blue value is 180 (70.70% from 255 or 33.77% from 533); Max value from RGB is 236 - color contains mainly: red. Hex color #EC75B4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC75B4 is #138A4B. Grayscale: #9F9F9F. Windows color (decimal): -1280588 or 11826668. OLE color: 11826668.
HSL color Cylindrical-coordinate representation of color #EC75B4: hue angle of 328.24º 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 #EC75B4 is Cyan = 0, Magento = 0.50, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 117 | 180 | - |
| CMYK | 0 | 0.50 | 0.24 | 0.07 |
| HSL | 328.24º | 0.76% | 0.69% | - |
| HSV(B) | 328.24º | 0.5% | 0.93% | - |
| XYZ | 49.19 | 33.85 | 47.12 | - |
| YUV | 159.76 | 139.42 | 182.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 117 | 180 | 0 | 0.50 | 0.24 | 0.07 | 328.24 | 0.76 | 0.69 |
| Hex | EC | 75 | B4 | 0 | 32 | 18 | 7 | 148 | 4C | 45 |
| Octal | 354 | 165 | 264 | 0 | 62 | 30 | 7 | 510 | 114 | 105 |
| Binary | 11101100 | 1110101 | 10110100 | 0 | 110010 | 11000 | 111 | 101001000 | 1001100 | 1000101 |
Color Harmonies of #EC75B4
Complementary color
Monochromatic Colors of #EC75B4
Black with #EC75B4
Text Example
Text Example
White with #EC75B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC75B4; }
p { color: rgb(236,117,180); }
H1.HeaderClassName
{
color: #EC75B4;
}
.AnyTagClassName
{
color: #EC75B4;
}
</style>
background-color css
<style>
a { background-color: #EC75B4; }
a { background-color: rgb(236,117,180); }
div.DivClassName
{
background-color: #EC75B4;
}
.BgClassName
{
background-color: #EC75B4;
}
</style>
border-color css
<style>
span { border-color: #EC75B4; }
span { border-color: rgb(236,117,180); }
td.TdClassName
{
border-color: #EC75B4;
}
.TagClassName
{
border-color: #EC75B4;
}
</style>