Shades of Persian Rose #EF23A1
Tints of Persian Rose #EF23A1
RGB
CMYK
RGB Variations
Color information
#EF23A1 (or 0xEF23A1) is known color: Persian Rose. HEX triplet: EF, 23 and A1. RGB value is (239,35,161). Sum of RGB (Red+Green+Blue) = 239+35+161=435 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.94% from 435); Green value is 35 (14.06% from 255 or 8.05% from 435); Blue value is 161 (63.28% from 255 or 37.01% from 435); Max value from RGB is 239 - color contains mainly: red. Hex color #EF23A1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF23A1 is #10DC5E. Grayscale: #6E6E6E. Windows color (decimal): -1104991 or 10560495. OLE color: 10560495.
HSL color Cylindrical-coordinate representation of color #EF23A1: hue angle of 322.94º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EF23A1 is Cyan = 0, Magento = 0.85, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 35 | 161 | - |
| CMYK | 0 | 0.85 | 0.33 | 0.06 |
| HSL | 322.94º | 0.86% | 0.54% | - |
| HSV(B) | 322.94º | 0.85% | 0.94% | - |
| XYZ | 42.63 | 22.13 | 35.74 | - |
| YUV | 110.36 | 156.59 | 219.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 35 | 161 | 0 | 0.85 | 0.33 | 0.06 | 322.94 | 0.86 | 0.54 |
| Hex | EF | 23 | A1 | 0 | 55 | 21 | 6 | 143 | 56 | 36 |
| Octal | 357 | 43 | 241 | 0 | 125 | 41 | 6 | 503 | 126 | 66 |
| Binary | 11101111 | 100011 | 10100001 | 0 | 1010101 | 100001 | 110 | 101000011 | 1010110 | 110110 |
Color Harmonies of #EF23A1
Complementary color
Monochromatic Colors of #EF23A1
Black with #EF23A1
Text Example
Text Example
White with #EF23A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF23A1; }
p { color: rgb(239,35,161); }
H1.HeaderClassName
{
color: #EF23A1;
}
.AnyTagClassName
{
color: #EF23A1;
}
</style>
background-color css
<style>
a { background-color: #EF23A1; }
a { background-color: rgb(239,35,161); }
div.DivClassName
{
background-color: #EF23A1;
}
.BgClassName
{
background-color: #EF23A1;
}
</style>
border-color css
<style>
span { border-color: #EF23A1; }
span { border-color: rgb(239,35,161); }
td.TdClassName
{
border-color: #EF23A1;
}
.TagClassName
{
border-color: #EF23A1;
}
</style>