Shades of Persian Rose #EF3CB0
Tints of Persian Rose #EF3CB0
RGB
CMYK
RGB Variations
Color information
#EF3CB0 (or 0xEF3CB0) is known color: Persian Rose. HEX triplet: EF, 3C and B0. RGB value is (239,60,176). Sum of RGB (Red+Green+Blue) = 239+60+176=475 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.32% from 475); Green value is 60 (23.83% from 255 or 12.63% from 475); Blue value is 176 (69.14% from 255 or 37.05% from 475); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3CB0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF3CB0 is #10C34F. Grayscale: #7E7E7E. Windows color (decimal): -1098576 or 11549935. OLE color: 11549935.
HSL color Cylindrical-coordinate representation of color #EF3CB0: hue angle of 321.12º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EF3CB0 is Cyan = 0, Magento = 0.75, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 60 | 176 | - |
| CMYK | 0 | 0.75 | 0.26 | 0.06 |
| HSL | 321.12º | 0.85% | 0.59% | - |
| HSV(B) | 321.12º | 0.75% | 0.94% | - |
| XYZ | 45.05 | 24.72 | 43.47 | - |
| YUV | 126.75 | 155.8 | 208.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 60 | 176 | 0 | 0.75 | 0.26 | 0.06 | 321.12 | 0.85 | 0.59 |
| Hex | EF | 3C | B0 | 0 | 4B | 1A | 6 | 141 | 55 | 3B |
| Octal | 357 | 74 | 260 | 0 | 113 | 32 | 6 | 501 | 125 | 73 |
| Binary | 11101111 | 111100 | 10110000 | 0 | 1001011 | 11010 | 110 | 101000001 | 1010101 | 111011 |
Color Harmonies of #EF3CB0
Complementary color
Monochromatic Colors of #EF3CB0
Black with #EF3CB0
Text Example
Text Example
White with #EF3CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3CB0; }
p { color: rgb(239,60,176); }
H1.HeaderClassName
{
color: #EF3CB0;
}
.AnyTagClassName
{
color: #EF3CB0;
}
</style>
background-color css
<style>
a { background-color: #EF3CB0; }
a { background-color: rgb(239,60,176); }
div.DivClassName
{
background-color: #EF3CB0;
}
.BgClassName
{
background-color: #EF3CB0;
}
</style>
border-color css
<style>
span { border-color: #EF3CB0; }
span { border-color: rgb(239,60,176); }
td.TdClassName
{
border-color: #EF3CB0;
}
.TagClassName
{
border-color: #EF3CB0;
}
</style>