#EA5A6B

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

Shades of Froly #EA5A6B

Tints of Froly #EA5A6B

Color information

#EA5A6B (or 0xEA5A6B) is unknown color: approx Froly. HEX triplet: EA, 5A and 6B. RGB value is (234,90,107). Sum of RGB (Red+Green+Blue) = 234+90+107=431 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.29% from 431); Green value is 90 (35.55% from 255 or 20.88% from 431); Blue value is 107 (42.19% from 255 or 24.83% from 431); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5A6B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5A6B is #15A594. Grayscale: #878787. Windows color (decimal): -1418645 or 7035626. OLE color: 7035626.

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

Color convert

RGB23490107-
CMYK00.620.540.08
HSL352.92º77.42%63.53%-
HSV(B)352.92º61.54%91.76%-
XYZ40.2425.8716.78-
YUV134.99112.21198.62-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 54.29%
GREEN value IS 90 (35.55% from 255) = 20.88%
BLUE value IS 107 (42.19% from 255) = 24.83%
R=54.29%
G=20.88%
B=24.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.54
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2349010700.620.540.08352.9277.4263.53
HexEA5A6B03E3681614d40
Octal3521321530766610541115100
Binary11101010101101011010110111110110110100010110000110011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA5A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA5A6B; }

 p { color: rgb(234,90,107); }

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

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

 a { background-color: rgb(234,90,107); }

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

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

 span { border-color: rgb(234,90,107); }

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