Shades of French Rose #E6509B
Tints of French Rose #E6509B
RGB
CMYK
RGB Variations
Color information
#E6509B (or 0xE6509B) is known color: French Rose. HEX triplet: E6, 50 and 9B. RGB value is (230,80,155). Sum of RGB (Red+Green+Blue) = 230+80+155=465 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.46% from 465); Green value is 80 (31.64% from 255 or 17.20% from 465); Blue value is 155 (60.94% from 255 or 33.33% from 465); Max value from RGB is 230 - color contains mainly: red. Hex color #E6509B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E6509B is #19AF64. Grayscale: #858585. Windows color (decimal): -1683301 or 10178790. OLE color: 10178790.
HSL color Cylindrical-coordinate representation of color #E6509B: hue angle of 330º 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 #E6509B is Cyan = 0, Magento = 0.65, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 80 | 155 | - |
| CMYK | 0 | 0.65 | 0.33 | 0.10 |
| HSL | 330º | 0.75% | 0.61% | - |
| HSV(B) | 330º | 0.65% | 0.9% | - |
| XYZ | 41.42 | 24.93 | 33.64 | - |
| YUV | 133.4 | 140.2 | 196.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 80 | 155 | 0 | 0.65 | 0.33 | 0.10 | 330 | 0.75 | 0.61 |
| Hex | E6 | 50 | 9B | 0 | 41 | 21 | A | 14A | 4B | 3D |
| Octal | 346 | 120 | 233 | 0 | 101 | 41 | 12 | 512 | 113 | 75 |
| Binary | 11100110 | 1010000 | 10011011 | 0 | 1000001 | 100001 | 1010 | 101001010 | 1001011 | 111101 |
Color Harmonies of #E6509B
Complementary color
Monochromatic Colors of #E6509B
Black with #E6509B
Text Example
Text Example
White with #E6509B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6509B; }
p { color: rgb(230,80,155); }
H1.HeaderClassName
{
color: #E6509B;
}
.AnyTagClassName
{
color: #E6509B;
}
</style>
background-color css
<style>
a { background-color: #E6509B; }
a { background-color: rgb(230,80,155); }
div.DivClassName
{
background-color: #E6509B;
}
.BgClassName
{
background-color: #E6509B;
}
</style>
border-color css
<style>
span { border-color: #E6509B; }
span { border-color: rgb(230,80,155); }
td.TdClassName
{
border-color: #E6509B;
}
.TagClassName
{
border-color: #E6509B;
}
</style>