Shades of French Rose #E55398
Tints of French Rose #E55398
RGB
CMYK
RGB Variations
Color information
#E55398 (or 0xE55398) is known color: French Rose. HEX triplet: E5, 53 and 98. RGB value is (229,83,152). Sum of RGB (Red+Green+Blue) = 229+83+152=464 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.35% from 464); Green value is 83 (32.81% from 255 or 17.89% from 464); Blue value is 152 (59.77% from 255 or 32.76% from 464); Max value from RGB is 229 - color contains mainly: red. Hex color #E55398 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E55398 is #1AAC67. Grayscale: #868686. Windows color (decimal): -1748072 or 9982949. OLE color: 9982949.
HSL color Cylindrical-coordinate representation of color #E55398: hue angle of 331.64º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E55398 is Cyan = 0, Magento = 0.64, Yellow = 0.34 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 83 | 152 | - |
| CMYK | 0 | 0.64 | 0.34 | 0.10 |
| HSL | 331.64º | 0.74% | 0.61% | - |
| HSV(B) | 331.64º | 0.64% | 0.9% | - |
| XYZ | 41.07 | 25.11 | 32.39 | - |
| YUV | 134.52 | 137.87 | 195.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 83 | 152 | 0 | 0.64 | 0.34 | 0.10 | 331.64 | 0.74 | 0.61 |
| Hex | E5 | 53 | 98 | 0 | 40 | 22 | A | 14C | 4A | 3D |
| Octal | 345 | 123 | 230 | 0 | 100 | 42 | 12 | 514 | 112 | 75 |
| Binary | 11100101 | 1010011 | 10011000 | 0 | 1000000 | 100010 | 1010 | 101001100 | 1001010 | 111101 |
Color Harmonies of #E55398
Complementary color
Monochromatic Colors of #E55398
Black with #E55398
Text Example
Text Example
White with #E55398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55398; }
p { color: rgb(229,83,152); }
H1.HeaderClassName
{
color: #E55398;
}
.AnyTagClassName
{
color: #E55398;
}
</style>
background-color css
<style>
a { background-color: #E55398; }
a { background-color: rgb(229,83,152); }
div.DivClassName
{
background-color: #E55398;
}
.BgClassName
{
background-color: #E55398;
}
</style>
border-color css
<style>
span { border-color: #E55398; }
span { border-color: rgb(229,83,152); }
td.TdClassName
{
border-color: #E55398;
}
.TagClassName
{
border-color: #E55398;
}
</style>