Shades of Persian Pink #EF73B5
Tints of Persian Pink #EF73B5
RGB
CMYK
RGB Variations
Color information
#EF73B5 (or 0xEF73B5) is known color: Persian Pink. HEX triplet: EF, 73 and B5. RGB value is (239,115,181). Sum of RGB (Red+Green+Blue) = 239+115+181=535 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.67% from 535); Green value is 115 (45.31% from 255 or 21.50% from 535); Blue value is 181 (71.09% from 255 or 33.83% from 535); Max value from RGB is 239 - color contains mainly: red. Hex color #EF73B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF73B5 is #108C4A. Grayscale: #9F9F9F. Windows color (decimal): -1084491 or 11891695. OLE color: 11891695.
HSL color Cylindrical-coordinate representation of color #EF73B5: hue angle of 328.06º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EF73B5 is Cyan = 0, Magento = 0.52, Yellow = 0.24 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 115 | 181 | - |
| CMYK | 0 | 0.52 | 0.24 | 0.06 |
| HSL | 328.06º | 0.79% | 0.69% | - |
| HSV(B) | 328.06º | 0.52% | 0.94% | - |
| XYZ | 50.07 | 33.95 | 47.63 | - |
| YUV | 159.6 | 140.08 | 184.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 115 | 181 | 0 | 0.52 | 0.24 | 0.06 | 328.06 | 0.79 | 0.69 |
| Hex | EF | 73 | B5 | 0 | 34 | 18 | 6 | 148 | 4F | 45 |
| Octal | 357 | 163 | 265 | 0 | 64 | 30 | 6 | 510 | 117 | 105 |
| Binary | 11101111 | 1110011 | 10110101 | 0 | 110100 | 11000 | 110 | 101001000 | 1001111 | 1000101 |
Color Harmonies of #EF73B5
Complementary color
Monochromatic Colors of #EF73B5
Black with #EF73B5
Text Example
Text Example
White with #EF73B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF73B5; }
p { color: rgb(239,115,181); }
H1.HeaderClassName
{
color: #EF73B5;
}
.AnyTagClassName
{
color: #EF73B5;
}
</style>
background-color css
<style>
a { background-color: #EF73B5; }
a { background-color: rgb(239,115,181); }
div.DivClassName
{
background-color: #EF73B5;
}
.BgClassName
{
background-color: #EF73B5;
}
</style>
border-color css
<style>
span { border-color: #EF73B5; }
span { border-color: rgb(239,115,181); }
td.TdClassName
{
border-color: #EF73B5;
}
.TagClassName
{
border-color: #EF73B5;
}
</style>