#EA5690

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

Shades of French Rose #EA5690

Tints of French Rose #EA5690

Color information

#EA5690 (or 0xEA5690) is unknown color: approx French Rose. HEX triplet: EA, 56 and 90. RGB value is (234,86,144). Sum of RGB (Red+Green+Blue) = 234+86+144=464 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.43% from 464); Green value is 86 (33.98% from 255 or 18.53% from 464); Blue value is 144 (56.64% from 255 or 31.03% from 464); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5690 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA5690 is #15A96F. Grayscale: #888888. Windows color (decimal): -1419632 or 9459434. OLE color: 9459434.

HSL color Cylindrical-coordinate representation of color #EA5690: hue angle of 336.49º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EA5690 is Cyan = 0, Magento = 0.63, Yellow = 0.38 and Black (K on CMYK) = 0.08.

Color convert

RGB23486144-
CMYK00.630.380.08
HSL336.49º77.89%62.75%-
HSV(B)336.49º63.25%91.76%-
XYZ42.2926.1629.21-
YUV136.86132.03197.28-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 50.43%
GREEN value IS 86 (33.98% from 255) = 18.53%
BLUE value IS 144 (56.64% from 255) = 31.03%
R=50.43%
G=18.53%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.38
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2348614400.630.380.08336.4977.8962.75
HexEA569003F2681504e3f
Octal352126220077461052011677
Binary11101010101011010010000011111110011010001010100001001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA5690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA5690; }

 p { color: rgb(234,86,144); }

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

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

 a { background-color: rgb(234,86,144); }

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

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

 span { border-color: rgb(234,86,144); }

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