Shades of Persian Pink #EF7EC3
Tints of Persian Pink #EF7EC3
RGB
CMYK
RGB Variations
Color information
#EF7EC3 (or 0xEF7EC3) is known color: Persian Pink. HEX triplet: EF, 7E and C3. RGB value is (239,126,195). Sum of RGB (Red+Green+Blue) = 239+126+195=560 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.68% from 560); Green value is 126 (49.61% from 255 or 22.5% from 560); Blue value is 195 (76.56% from 255 or 34.82% from 560); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7EC3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF7EC3 is #10813C. Grayscale: #A7A7A7. Windows color (decimal): -1081661 or 12812015. OLE color: 12812015.
HSL color Cylindrical-coordinate representation of color #EF7EC3: hue angle of 323.36º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EF7EC3 is Cyan = 0, Magento = 0.47, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 126 | 195 | - |
| CMYK | 0 | 0.47 | 0.18 | 0.06 |
| HSL | 323.36º | 0.78% | 0.72% | - |
| HSV(B) | 323.36º | 0.47% | 0.94% | - |
| XYZ | 52.91 | 37.21 | 56.02 | - |
| YUV | 167.65 | 143.44 | 178.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 126 | 195 | 0 | 0.47 | 0.18 | 0.06 | 323.36 | 0.78 | 0.72 |
| Hex | EF | 7E | C3 | 0 | 2F | 12 | 6 | 143 | 4E | 48 |
| Octal | 357 | 176 | 303 | 0 | 57 | 22 | 6 | 503 | 116 | 110 |
| Binary | 11101111 | 1111110 | 11000011 | 0 | 101111 | 10010 | 110 | 101000011 | 1001110 | 1001000 |
Color Harmonies of #EF7EC3
Complementary color
Monochromatic Colors of #EF7EC3
Black with #EF7EC3
Text Example
Text Example
White with #EF7EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7EC3; }
p { color: rgb(239,126,195); }
H1.HeaderClassName
{
color: #EF7EC3;
}
.AnyTagClassName
{
color: #EF7EC3;
}
</style>
background-color css
<style>
a { background-color: #EF7EC3; }
a { background-color: rgb(239,126,195); }
div.DivClassName
{
background-color: #EF7EC3;
}
.BgClassName
{
background-color: #EF7EC3;
}
</style>
border-color css
<style>
span { border-color: #EF7EC3; }
span { border-color: rgb(239,126,195); }
td.TdClassName
{
border-color: #EF7EC3;
}
.TagClassName
{
border-color: #EF7EC3;
}
</style>