#EA498F

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

Shades of French Rose #EA498F

Tints of French Rose #EA498F

Color information

#EA498F (or 0xEA498F) is unknown color: approx French Rose. HEX triplet: EA, 49 and 8F. RGB value is (234,73,143). Sum of RGB (Red+Green+Blue) = 234+73+143=450 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52% from 450); Green value is 73 (28.91% from 255 or 16.22% from 450); Blue value is 143 (56.25% from 255 or 31.78% from 450); Max value from RGB is 234 - color contains mainly: red. Hex color #EA498F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA498F is #15B670. Grayscale: #818181. Windows color (decimal): -1422961 or 9390570. OLE color: 9390570.

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

Color convert

RGB23473143-
CMYK00.690.390.08
HSL333.91º79.31%60.2%-
HSV(B)333.91º68.8%91.76%-
XYZ41.2724.2428.49-
YUV129.12135.84202.81-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 52%
GREEN value IS 73 (28.91% from 255) = 16.22%
BLUE value IS 143 (56.25% from 255) = 31.78%
R=52%
G=16.22%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.39
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2347314300.690.390.08333.9179.3160.2
HexEA498F04527814e4f3c
Octal3521112170105471051611774
Binary111010101001001100011110100010110011110001010011101001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA498F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA498F; }

 p { color: rgb(234,73,143); }

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

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

 a { background-color: rgb(234,73,143); }

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

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

 span { border-color: rgb(234,73,143); }

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