Html Css Color HEX #EA5B70 Froly

📋 copy color: '#EA5B70'

red 234 ◦ green 91 ◦ blue 112

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

Shades of Froly #EA5B70

Tints of Froly #EA5B70

RGB

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

 GREEN value IS 91 (35.94% from 255) = 20.82%

 BLUE value IS 112 (44.14% from 255) = 25.63%

R = 53.55%
G = 20.82%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#EA5B70 (or 0xEA5B70) is known color: Froly. HEX triplet: EA, 5B and 70. RGB value is (234,91,112). Sum of RGB (Red+Green+Blue) = 234+91+112=437 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.55% from 437); Green value is 91 (35.94% from 255 or 20.82% from 437); Blue value is 112 (44.14% from 255 or 25.63% from 437); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5B70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5B70 is #15A48F. Grayscale: #888888. Windows color (decimal): -1418384 or 7363562. OLE color: 7363562.

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

Color convert

RGB 234 91 112 -
CMYK 0 0.61 0.52 0.08
HSL 351.19º 0.77% 0.64% -
HSV(B) 351.19º 0.61% 0.92% -
XYZ 40.6 26.14 18.24 -
YUV 136.15 114.38 197.79 -
System Red Green Blue C M Y K H S L
Decimal 234 91 112 0 0.61 0.52 0.08 351.19 0.77 0.64
Hex EA 5B 70 0 3D 34 8 15F 4D 40
Octal 352 133 160 0 75 64 10 537 115 100
Binary 11101010 1011011 1110000 0 111101 110100 1000 101011111 1001101 1000000

Color Harmonies of #EA5B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5B70

Black with #EA5B70

Text Example


Text Example

White with #EA5B70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5B70; }

 p { color: rgb(234,91,112); }

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

background-color css

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

 a { background-color: rgb(234,91,112); }

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

border-color css

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

 span { border-color: rgb(234,91,112); }

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