Shades of French Rose #E65195
Tints of French Rose #E65195
RGB
CMYK
RGB Variations
Color information
#E65195 (or 0xE65195) is known color: French Rose. HEX triplet: E6, 51 and 95. RGB value is (230,81,149). Sum of RGB (Red+Green+Blue) = 230+81+149=460 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50% from 460); Green value is 81 (32.03% from 255 or 17.61% from 460); Blue value is 149 (58.59% from 255 or 32.39% from 460); Max value from RGB is 230 - color contains mainly: red. Hex color #E65195 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65195 is #19AE6A. Grayscale: #858585. Windows color (decimal): -1683051 or 9785830. OLE color: 9785830.
HSL color Cylindrical-coordinate representation of color #E65195: hue angle of 332.62º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E65195 is Cyan = 0, Magento = 0.65, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 81 | 149 | - |
| CMYK | 0 | 0.65 | 0.35 | 0.10 |
| HSL | 332.62º | 0.75% | 0.61% | - |
| HSV(B) | 332.62º | 0.65% | 0.9% | - |
| XYZ | 41 | 24.88 | 31.07 | - |
| YUV | 133.3 | 136.86 | 196.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 81 | 149 | 0 | 0.65 | 0.35 | 0.10 | 332.62 | 0.75 | 0.61 |
| Hex | E6 | 51 | 95 | 0 | 41 | 23 | A | 14D | 4B | 3D |
| Octal | 346 | 121 | 225 | 0 | 101 | 43 | 12 | 515 | 113 | 75 |
| Binary | 11100110 | 1010001 | 10010101 | 0 | 1000001 | 100011 | 1010 | 101001101 | 1001011 | 111101 |
Color Harmonies of #E65195
Complementary color
Monochromatic Colors of #E65195
Black with #E65195
Text Example
Text Example
White with #E65195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65195; }
p { color: rgb(230,81,149); }
H1.HeaderClassName
{
color: #E65195;
}
.AnyTagClassName
{
color: #E65195;
}
</style>
background-color css
<style>
a { background-color: #E65195; }
a { background-color: rgb(230,81,149); }
div.DivClassName
{
background-color: #E65195;
}
.BgClassName
{
background-color: #E65195;
}
</style>
border-color css
<style>
span { border-color: #E65195; }
span { border-color: rgb(230,81,149); }
td.TdClassName
{
border-color: #E65195;
}
.TagClassName
{
border-color: #E65195;
}
</style>