Shades of French Rose #EC5B93
Tints of French Rose #EC5B93
RGB
CMYK
RGB Variations
Color information
#EC5B93 (or 0xEC5B93) is known color: French Rose. HEX triplet: EC, 5B and 93. RGB value is (236,91,147). Sum of RGB (Red+Green+Blue) = 236+91+147=474 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.79% from 474); Green value is 91 (35.94% from 255 or 19.20% from 474); Blue value is 147 (57.81% from 255 or 31.01% from 474); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5B93 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5B93 is #13A46C. Grayscale: #8C8C8C. Windows color (decimal): -1287277 or 9657324. OLE color: 9657324.
HSL color Cylindrical-coordinate representation of color #EC5B93: hue angle of 336.83º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EC5B93 is Cyan = 0, Magento = 0.61, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 91 | 147 | - |
| CMYK | 0 | 0.61 | 0.38 | 0.07 |
| HSL | 336.83º | 0.79% | 0.64% | - |
| HSV(B) | 336.83º | 0.61% | 0.93% | - |
| XYZ | 43.6 | 27.42 | 30.6 | - |
| YUV | 140.74 | 131.54 | 195.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 91 | 147 | 0 | 0.61 | 0.38 | 0.07 | 336.83 | 0.79 | 0.64 |
| Hex | EC | 5B | 93 | 0 | 3D | 26 | 7 | 151 | 4F | 40 |
| Octal | 354 | 133 | 223 | 0 | 75 | 46 | 7 | 521 | 117 | 100 |
| Binary | 11101100 | 1011011 | 10010011 | 0 | 111101 | 100110 | 111 | 101010001 | 1001111 | 1000000 |
Color Harmonies of #EC5B93
Complementary color
Monochromatic Colors of #EC5B93
Black with #EC5B93
Text Example
Text Example
White with #EC5B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5B93; }
p { color: rgb(236,91,147); }
H1.HeaderClassName
{
color: #EC5B93;
}
.AnyTagClassName
{
color: #EC5B93;
}
</style>
background-color css
<style>
a { background-color: #EC5B93; }
a { background-color: rgb(236,91,147); }
div.DivClassName
{
background-color: #EC5B93;
}
.BgClassName
{
background-color: #EC5B93;
}
</style>
border-color css
<style>
span { border-color: #EC5B93; }
span { border-color: rgb(236,91,147); }
td.TdClassName
{
border-color: #EC5B93;
}
.TagClassName
{
border-color: #EC5B93;
}
</style>