Shades of French Rose #E05398
Tints of French Rose #E05398
RGB
CMYK
RGB Variations
Color information
#E05398 (or 0xE05398) is known color: French Rose. HEX triplet: E0, 53 and 98. RGB value is (224,83,152). Sum of RGB (Red+Green+Blue) = 224+83+152=459 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.80% from 459); Green value is 83 (32.81% from 255 or 18.08% from 459); Blue value is 152 (59.77% from 255 or 33.12% from 459); Max value from RGB is 224 - color contains mainly: red. Hex color #E05398 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05398 is #1FAC67. Grayscale: #848484. Windows color (decimal): -2075752 or 9982944. OLE color: 9982944.
HSL color Cylindrical-coordinate representation of color #E05398: hue angle of 330.64º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E05398 is Cyan = 0, Magento = 0.63, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 83 | 152 | - |
| CMYK | 0 | 0.63 | 0.32 | 0.12 |
| HSL | 330.64º | 0.69% | 0.6% | - |
| HSV(B) | 330.64º | 0.63% | 0.88% | - |
| XYZ | 39.5 | 24.3 | 32.31 | - |
| YUV | 133.03 | 138.71 | 192.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 83 | 152 | 0 | 0.63 | 0.32 | 0.12 | 330.64 | 0.69 | 0.6 |
| Hex | E0 | 53 | 98 | 0 | 3F | 20 | C | 14B | 45 | 3C |
| Octal | 340 | 123 | 230 | 0 | 77 | 40 | 14 | 513 | 105 | 74 |
| Binary | 11100000 | 1010011 | 10011000 | 0 | 111111 | 100000 | 1100 | 101001011 | 1000101 | 111100 |
Color Harmonies of #E05398
Complementary color
Monochromatic Colors of #E05398
Black with #E05398
Text Example
Text Example
White with #E05398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05398; }
p { color: rgb(224,83,152); }
H1.HeaderClassName
{
color: #E05398;
}
.AnyTagClassName
{
color: #E05398;
}
</style>
background-color css
<style>
a { background-color: #E05398; }
a { background-color: rgb(224,83,152); }
div.DivClassName
{
background-color: #E05398;
}
.BgClassName
{
background-color: #E05398;
}
</style>
border-color css
<style>
span { border-color: #E05398; }
span { border-color: rgb(224,83,152); }
td.TdClassName
{
border-color: #E05398;
}
.TagClassName
{
border-color: #E05398;
}
</style>