Shades of Persian Pink #EC80B6
Tints of Persian Pink #EC80B6
RGB
CMYK
RGB Variations
Color information
#EC80B6 (or 0xEC80B6) is known color: Persian Pink. HEX triplet: EC, 80 and B6. RGB value is (236,128,182). Sum of RGB (Red+Green+Blue) = 236+128+182=546 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.22% from 546); Green value is 128 (50.39% from 255 or 23.44% from 546); Blue value is 182 (71.48% from 255 or 33.33% from 546); Max value from RGB is 236 - color contains mainly: red. Hex color #EC80B6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC80B6 is #137F49. Grayscale: #A6A6A6. Windows color (decimal): -1277770 or 11960556. OLE color: 11960556.
HSL color Cylindrical-coordinate representation of color #EC80B6: hue angle of 330º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EC80B6 is Cyan = 0, Magento = 0.46, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 128 | 182 | - |
| CMYK | 0 | 0.46 | 0.23 | 0.07 |
| HSL | 330º | 0.74% | 0.71% | - |
| HSV(B) | 330º | 0.46% | 0.93% | - |
| XYZ | 50.75 | 36.65 | 48.65 | - |
| YUV | 166.45 | 136.78 | 177.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 128 | 182 | 0 | 0.46 | 0.23 | 0.07 | 330 | 0.74 | 0.71 |
| Hex | EC | 80 | B6 | 0 | 2E | 17 | 7 | 14A | 4A | 47 |
| Octal | 354 | 200 | 266 | 0 | 56 | 27 | 7 | 512 | 112 | 107 |
| Binary | 11101100 | 10000000 | 10110110 | 0 | 101110 | 10111 | 111 | 101001010 | 1001010 | 1000111 |
Color Harmonies of #EC80B6
Complementary color
Monochromatic Colors of #EC80B6
Black with #EC80B6
Text Example
Text Example
White with #EC80B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC80B6; }
p { color: rgb(236,128,182); }
H1.HeaderClassName
{
color: #EC80B6;
}
.AnyTagClassName
{
color: #EC80B6;
}
</style>
background-color css
<style>
a { background-color: #EC80B6; }
a { background-color: rgb(236,128,182); }
div.DivClassName
{
background-color: #EC80B6;
}
.BgClassName
{
background-color: #EC80B6;
}
</style>
border-color css
<style>
span { border-color: #EC80B6; }
span { border-color: rgb(236,128,182); }
td.TdClassName
{
border-color: #EC80B6;
}
.TagClassName
{
border-color: #EC80B6;
}
</style>