Shades of Persian Rose #EF2CA4
Tints of Persian Rose #EF2CA4
RGB
CMYK
RGB Variations
Color information
#EF2CA4 (or 0xEF2CA4) is known color: Persian Rose. HEX triplet: EF, 2C and A4. RGB value is (239,44,164). Sum of RGB (Red+Green+Blue) = 239+44+164=447 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.47% from 447); Green value is 44 (17.58% from 255 or 9.84% from 447); Blue value is 164 (64.45% from 255 or 36.69% from 447); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2CA4 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF2CA4 is #10D35B. Grayscale: #737373. Windows color (decimal): -1102684 or 10759407. OLE color: 10759407.
HSL color Cylindrical-coordinate representation of color #EF2CA4: hue angle of 323.08º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EF2CA4 is Cyan = 0, Magento = 0.82, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 44 | 164 | - |
| CMYK | 0 | 0.82 | 0.31 | 0.06 |
| HSL | 323.08º | 0.86% | 0.55% | - |
| HSV(B) | 323.08º | 0.82% | 0.94% | - |
| XYZ | 43.2 | 22.83 | 37.25 | - |
| YUV | 115.99 | 155.1 | 215.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 44 | 164 | 0 | 0.82 | 0.31 | 0.06 | 323.08 | 0.86 | 0.55 |
| Hex | EF | 2C | A4 | 0 | 52 | 1F | 6 | 143 | 56 | 37 |
| Octal | 357 | 54 | 244 | 0 | 122 | 37 | 6 | 503 | 126 | 67 |
| Binary | 11101111 | 101100 | 10100100 | 0 | 1010010 | 11111 | 110 | 101000011 | 1010110 | 110111 |
Color Harmonies of #EF2CA4
Complementary color
Monochromatic Colors of #EF2CA4
Black with #EF2CA4
Text Example
Text Example
White with #EF2CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2CA4; }
p { color: rgb(239,44,164); }
H1.HeaderClassName
{
color: #EF2CA4;
}
.AnyTagClassName
{
color: #EF2CA4;
}
</style>
background-color css
<style>
a { background-color: #EF2CA4; }
a { background-color: rgb(239,44,164); }
div.DivClassName
{
background-color: #EF2CA4;
}
.BgClassName
{
background-color: #EF2CA4;
}
</style>
border-color css
<style>
span { border-color: #EF2CA4; }
span { border-color: rgb(239,44,164); }
td.TdClassName
{
border-color: #EF2CA4;
}
.TagClassName
{
border-color: #EF2CA4;
}
</style>