Shades of Persian Pink #EC72B5
Tints of Persian Pink #EC72B5
RGB
CMYK
RGB Variations
Color information
#EC72B5 (or 0xEC72B5) is known color: Persian Pink. HEX triplet: EC, 72 and B5. RGB value is (236,114,181). Sum of RGB (Red+Green+Blue) = 236+114+181=531 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.44% from 531); Green value is 114 (44.92% from 255 or 21.47% from 531); Blue value is 181 (71.09% from 255 or 34.09% from 531); Max value from RGB is 236 - color contains mainly: red. Hex color #EC72B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC72B5 is #138D4A. Grayscale: #9D9D9D. Windows color (decimal): -1281355 or 11891436. OLE color: 11891436.
HSL color Cylindrical-coordinate representation of color #EC72B5: hue angle of 327.05º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EC72B5 is Cyan = 0, Magento = 0.52, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 114 | 181 | - |
| CMYK | 0 | 0.52 | 0.23 | 0.07 |
| HSL | 327.05º | 0.76% | 0.69% | - |
| HSV(B) | 327.05º | 0.52% | 0.93% | - |
| XYZ | 48.95 | 33.2 | 47.55 | - |
| YUV | 158.12 | 140.92 | 183.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 114 | 181 | 0 | 0.52 | 0.23 | 0.07 | 327.05 | 0.76 | 0.69 |
| Hex | EC | 72 | B5 | 0 | 34 | 17 | 7 | 147 | 4C | 45 |
| Octal | 354 | 162 | 265 | 0 | 64 | 27 | 7 | 507 | 114 | 105 |
| Binary | 11101100 | 1110010 | 10110101 | 0 | 110100 | 10111 | 111 | 101000111 | 1001100 | 1000101 |
Color Harmonies of #EC72B5
Complementary color
Monochromatic Colors of #EC72B5
Black with #EC72B5
Text Example
Text Example
White with #EC72B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC72B5; }
p { color: rgb(236,114,181); }
H1.HeaderClassName
{
color: #EC72B5;
}
.AnyTagClassName
{
color: #EC72B5;
}
</style>
background-color css
<style>
a { background-color: #EC72B5; }
a { background-color: rgb(236,114,181); }
div.DivClassName
{
background-color: #EC72B5;
}
.BgClassName
{
background-color: #EC72B5;
}
</style>
border-color css
<style>
span { border-color: #EC72B5; }
span { border-color: rgb(236,114,181); }
td.TdClassName
{
border-color: #EC72B5;
}
.TagClassName
{
border-color: #EC72B5;
}
</style>