Shades of Persian Rose #EF229C
Tints of Persian Rose #EF229C
RGB
CMYK
RGB Variations
Color information
#EF229C (or 0xEF229C) is known color: Persian Rose. HEX triplet: EF, 22 and 9C. RGB value is (239,34,156). Sum of RGB (Red+Green+Blue) = 239+34+156=429 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.71% from 429); Green value is 34 (13.67% from 255 or 7.93% from 429); Blue value is 156 (61.33% from 255 or 36.36% from 429); Max value from RGB is 239 - color contains mainly: red. Hex color #EF229C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF229C is #10DD63. Grayscale: #6C6C6C. Windows color (decimal): -1105252 or 10232559. OLE color: 10232559.
HSL color Cylindrical-coordinate representation of color #EF229C: hue angle of 324.29º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EF229C is Cyan = 0, Magento = 0.86, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 34 | 156 | - |
| CMYK | 0 | 0.86 | 0.35 | 0.06 |
| HSL | 324.29º | 0.86% | 0.54% | - |
| HSV(B) | 324.29º | 0.86% | 0.94% | - |
| XYZ | 42.17 | 21.9 | 33.46 | - |
| YUV | 109.2 | 154.42 | 220.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 34 | 156 | 0 | 0.86 | 0.35 | 0.06 | 324.29 | 0.86 | 0.54 |
| Hex | EF | 22 | 9C | 0 | 56 | 23 | 6 | 144 | 56 | 36 |
| Octal | 357 | 42 | 234 | 0 | 126 | 43 | 6 | 504 | 126 | 66 |
| Binary | 11101111 | 100010 | 10011100 | 0 | 1010110 | 100011 | 110 | 101000100 | 1010110 | 110110 |
Color Harmonies of #EF229C
Complementary color
Monochromatic Colors of #EF229C
Black with #EF229C
Text Example
Text Example
White with #EF229C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF229C; }
p { color: rgb(239,34,156); }
H1.HeaderClassName
{
color: #EF229C;
}
.AnyTagClassName
{
color: #EF229C;
}
</style>
background-color css
<style>
a { background-color: #EF229C; }
a { background-color: rgb(239,34,156); }
div.DivClassName
{
background-color: #EF229C;
}
.BgClassName
{
background-color: #EF229C;
}
</style>
border-color css
<style>
span { border-color: #EF229C; }
span { border-color: rgb(239,34,156); }
td.TdClassName
{
border-color: #EF229C;
}
.TagClassName
{
border-color: #EF229C;
}
</style>