#EA5098

Color #EA5098 French Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of French Rose #EA5098

Tints of French Rose #EA5098

Color information

#EA5098 (or 0xEA5098) is unknown color: approx French Rose. HEX triplet: EA, 50 and 98. RGB value is (234,80,152). Sum of RGB (Red+Green+Blue) = 234+80+152=466 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.21% from 466); Green value is 80 (31.64% from 255 or 17.17% from 466); Blue value is 152 (59.77% from 255 or 32.62% from 466); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5098 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA5098 is #15AF67. Grayscale: #868686. Windows color (decimal): -1421160 or 9982186. OLE color: 9982186.

HSL color Cylindrical-coordinate representation of color #EA5098: hue angle of 331.95º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EA5098 is Cyan = 0, Magento = 0.66, Yellow = 0.35 and Black (K on CMYK) = 0.08.

Color convert

RGB23480152-
CMYK00.660.350.08
HSL331.95º78.57%61.57%-
HSV(B)331.95º65.81%91.76%-
XYZ42.4725.532.39-
YUV134.25138.02199.15-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 234 (91.80% from 255) = 50.21%
GREEN value IS 80 (31.64% from 255) = 17.17%
BLUE value IS 152 (59.77% from 255) = 32.62%
R=50.21%
G=17.17%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.35
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2348015200.660.350.08331.9578.5761.57
HexEA509804223814c4f3e
Octal3521202300102431051411776
Binary111010101010000100110000100001010001110001010011001001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA5098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA5098; }

 p { color: rgb(234,80,152); }

 H1.HeaderClassName
 {
   color: #EA5098;
 }
 .AnyTagClassName
 {
   color: #EA5098;
 }
</style>
background-color css

<style>
 a { background-color: #EA5098; }

 a { background-color: rgb(234,80,152); }

 div.DivClassName
 {
   background-color: #EA5098;
 }
 .BgClassName
 {
   background-color: #EA5098;
 }
</style>
border-color css

<style>
 span { border-color: #EA5098; }

 span { border-color: rgb(234,80,152); }

 td.TdClassName
 {
   border-color: #EA5098;
 }
 .TagClassName
 {
   border-color: #EA5098;
 }
</style>