Html Css Color HEX #EA5961 Froly

📋 copy color: '#EA5961'

red 234 ◦ green 89 ◦ blue 97

#EA5961
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Froly #EA5961

Tints of Froly #EA5961

RGB

 RED value IS 234 (91.8% from 255) = 55.71%

 GREEN value IS 89 (35.16% from 255) = 21.19%

 BLUE value IS 97 (38.28% from 255) = 23.1%

R = 55.71%
G = 21.19%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.59

 K value IS 0.08

RGB Variations

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

Color information

#EA5961 (or 0xEA5961) is known color: Froly. HEX triplet: EA, 59 and 61. RGB value is (234,89,97). Sum of RGB (Red+Green+Blue) = 234+89+97=420 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.71% from 420); Green value is 89 (35.16% from 255 or 21.19% from 420); Blue value is 97 (38.28% from 255 or 23.10% from 420); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5961 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5961 is #15A69E. Grayscale: #858585. Windows color (decimal): -1418911 or 6380010. OLE color: 6380010.

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

Color convert

RGB 234 89 97 -
CMYK 0 0.62 0.59 0.08
HSL 356.69º 0.78% 0.63% -
HSV(B) 356.69º 0.62% 0.92% -
XYZ 39.66 25.5 14.14 -
YUV 133.27 107.54 199.85 -
System Red Green Blue C M Y K H S L
Decimal 234 89 97 0 0.62 0.59 0.08 356.69 0.78 0.63
Hex EA 59 61 0 3E 3B 8 165 4E 3F
Octal 352 131 141 0 76 73 10 545 116 77
Binary 11101010 1011001 1100001 0 111110 111011 1000 101100101 1001110 111111

Color Harmonies of #EA5961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5961

Black with #EA5961

Text Example


Text Example

White with #EA5961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5961; }

 p { color: rgb(234,89,97); }

 H1.HeaderClassName
 {
   color: #EA5961;
 }
 .AnyTagClassName
 {
   color: #EA5961;
 }
</style>

background-color css

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

 a { background-color: rgb(234,89,97); }

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

border-color css

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

 span { border-color: rgb(234,89,97); }

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