Shades of Persian Rose #EF3DAB
Tints of Persian Rose #EF3DAB
RGB
CMYK
RGB Variations
Color information
#EF3DAB (or 0xEF3DAB) is known color: Persian Rose. HEX triplet: EF, 3D and AB. RGB value is (239,61,171). Sum of RGB (Red+Green+Blue) = 239+61+171=471 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.74% from 471); Green value is 61 (24.22% from 255 or 12.95% from 471); Blue value is 171 (67.19% from 255 or 36.31% from 471); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3DAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF3DAB is #10C254. Grayscale: #7E7E7E. Windows color (decimal): -1098325 or 11222511. OLE color: 11222511.
HSL color Cylindrical-coordinate representation of color #EF3DAB: hue angle of 322.92º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EF3DAB is Cyan = 0, Magento = 0.74, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 61 | 171 | - |
| CMYK | 0 | 0.74 | 0.28 | 0.06 |
| HSL | 322.92º | 0.85% | 0.59% | - |
| HSV(B) | 322.92º | 0.74% | 0.94% | - |
| XYZ | 44.62 | 24.63 | 40.93 | - |
| YUV | 126.76 | 152.97 | 208.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 61 | 171 | 0 | 0.74 | 0.28 | 0.06 | 322.92 | 0.85 | 0.59 |
| Hex | EF | 3D | AB | 0 | 4A | 1C | 6 | 143 | 55 | 3B |
| Octal | 357 | 75 | 253 | 0 | 112 | 34 | 6 | 503 | 125 | 73 |
| Binary | 11101111 | 111101 | 10101011 | 0 | 1001010 | 11100 | 110 | 101000011 | 1010101 | 111011 |
Color Harmonies of #EF3DAB
Complementary color
Monochromatic Colors of #EF3DAB
Black with #EF3DAB
Text Example
Text Example
White with #EF3DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3DAB; }
p { color: rgb(239,61,171); }
H1.HeaderClassName
{
color: #EF3DAB;
}
.AnyTagClassName
{
color: #EF3DAB;
}
</style>
background-color css
<style>
a { background-color: #EF3DAB; }
a { background-color: rgb(239,61,171); }
div.DivClassName
{
background-color: #EF3DAB;
}
.BgClassName
{
background-color: #EF3DAB;
}
</style>
border-color css
<style>
span { border-color: #EF3DAB; }
span { border-color: rgb(239,61,171); }
td.TdClassName
{
border-color: #EF3DAB;
}
.TagClassName
{
border-color: #EF3DAB;
}
</style>