Shades of Persian Rose #EF3BAE
Tints of Persian Rose #EF3BAE
RGB
CMYK
RGB Variations
Color information
#EF3BAE (or 0xEF3BAE) is known color: Persian Rose. HEX triplet: EF, 3B and AE. RGB value is (239,59,174). Sum of RGB (Red+Green+Blue) = 239+59+174=472 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.64% from 472); Green value is 59 (23.44% from 255 or 12.5% from 472); Blue value is 174 (68.36% from 255 or 36.86% from 472); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3BAE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF3BAE is #10C451. Grayscale: #7D7D7D. Windows color (decimal): -1098834 or 11418607. OLE color: 11418607.
HSL color Cylindrical-coordinate representation of color #EF3BAE: hue angle of 321.67º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EF3BAE is Cyan = 0, Magento = 0.75, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 59 | 174 | - |
| CMYK | 0 | 0.75 | 0.27 | 0.06 |
| HSL | 321.67º | 0.85% | 0.58% | - |
| HSV(B) | 321.67º | 0.75% | 0.94% | - |
| XYZ | 44.8 | 24.53 | 42.42 | - |
| YUV | 125.93 | 155.13 | 208.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 59 | 174 | 0 | 0.75 | 0.27 | 0.06 | 321.67 | 0.85 | 0.58 |
| Hex | EF | 3B | AE | 0 | 4B | 1B | 6 | 142 | 55 | 3A |
| Octal | 357 | 73 | 256 | 0 | 113 | 33 | 6 | 502 | 125 | 72 |
| Binary | 11101111 | 111011 | 10101110 | 0 | 1001011 | 11011 | 110 | 101000010 | 1010101 | 111010 |
Color Harmonies of #EF3BAE
Complementary color
Monochromatic Colors of #EF3BAE
Black with #EF3BAE
Text Example
Text Example
White with #EF3BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3BAE; }
p { color: rgb(239,59,174); }
H1.HeaderClassName
{
color: #EF3BAE;
}
.AnyTagClassName
{
color: #EF3BAE;
}
</style>
background-color css
<style>
a { background-color: #EF3BAE; }
a { background-color: rgb(239,59,174); }
div.DivClassName
{
background-color: #EF3BAE;
}
.BgClassName
{
background-color: #EF3BAE;
}
</style>
border-color css
<style>
span { border-color: #EF3BAE; }
span { border-color: rgb(239,59,174); }
td.TdClassName
{
border-color: #EF3BAE;
}
.TagClassName
{
border-color: #EF3BAE;
}
</style>