Shades of Persian Pink #EF75B2
Tints of Persian Pink #EF75B2
RGB
CMYK
RGB Variations
Color information
#EF75B2 (or 0xEF75B2) is known color: Persian Pink. HEX triplet: EF, 75 and B2. RGB value is (239,117,178). Sum of RGB (Red+Green+Blue) = 239+117+178=534 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.76% from 534); Green value is 117 (46.09% from 255 or 21.91% from 534); Blue value is 178 (69.92% from 255 or 33.33% from 534); Max value from RGB is 239 - color contains mainly: red. Hex color #EF75B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF75B2 is #108A4D. Grayscale: #A0A0A0. Windows color (decimal): -1083982 or 11695599. OLE color: 11695599.
HSL color Cylindrical-coordinate representation of color #EF75B2: hue angle of 330º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EF75B2 is Cyan = 0, Magento = 0.51, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 117 | 178 | - |
| CMYK | 0 | 0.51 | 0.26 | 0.06 |
| HSL | 330º | 0.79% | 0.7% | - |
| HSV(B) | 330º | 0.51% | 0.94% | - |
| XYZ | 49.99 | 34.29 | 46.1 | - |
| YUV | 160.43 | 137.92 | 184.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 117 | 178 | 0 | 0.51 | 0.26 | 0.06 | 330 | 0.79 | 0.7 |
| Hex | EF | 75 | B2 | 0 | 33 | 1A | 6 | 14A | 4F | 46 |
| Octal | 357 | 165 | 262 | 0 | 63 | 32 | 6 | 512 | 117 | 106 |
| Binary | 11101111 | 1110101 | 10110010 | 0 | 110011 | 11010 | 110 | 101001010 | 1001111 | 1000110 |
Color Harmonies of #EF75B2
Complementary color
Monochromatic Colors of #EF75B2
Black with #EF75B2
Text Example
Text Example
White with #EF75B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF75B2; }
p { color: rgb(239,117,178); }
H1.HeaderClassName
{
color: #EF75B2;
}
.AnyTagClassName
{
color: #EF75B2;
}
</style>
background-color css
<style>
a { background-color: #EF75B2; }
a { background-color: rgb(239,117,178); }
div.DivClassName
{
background-color: #EF75B2;
}
.BgClassName
{
background-color: #EF75B2;
}
</style>
border-color css
<style>
span { border-color: #EF75B2; }
span { border-color: rgb(239,117,178); }
td.TdClassName
{
border-color: #EF75B2;
}
.TagClassName
{
border-color: #EF75B2;
}
</style>