Html Css Color HEX #EA5E70 Froly

📋 copy color: '#EA5E70'

red 234 ◦ green 94 ◦ blue 112

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

Shades of Froly #EA5E70

Tints of Froly #EA5E70

RGB

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

 GREEN value IS 94 (37.11% from 255) = 21.36%

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

R = 53.18%
G = 21.36%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#EA5E70 (or 0xEA5E70) is known color: Froly. HEX triplet: EA, 5E and 70. RGB value is (234,94,112). Sum of RGB (Red+Green+Blue) = 234+94+112=440 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.18% from 440); Green value is 94 (37.11% from 255 or 21.36% from 440); Blue value is 112 (44.14% from 255 or 25.45% from 440); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5E70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5E70 is #15A18F. Grayscale: #898989. Windows color (decimal): -1417616 or 7364330. OLE color: 7364330.

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

Color convert

RGB 234 94 112 -
CMYK 0 0.60 0.52 0.08
HSL 352.29º 0.77% 0.64% -
HSV(B) 352.29º 0.6% 0.92% -
XYZ 40.86 26.67 18.32 -
YUV 137.91 113.38 196.54 -
System Red Green Blue C M Y K H S L
Decimal 234 94 112 0 0.60 0.52 0.08 352.29 0.77 0.64
Hex EA 5E 70 0 3C 34 8 160 4D 40
Octal 352 136 160 0 74 64 10 540 115 100
Binary 11101010 1011110 1110000 0 111100 110100 1000 101100000 1001101 1000000

Color Harmonies of #EA5E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5E70

Black with #EA5E70

Text Example


Text Example

White with #EA5E70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5E70; }

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

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

background-color css

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

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

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

border-color css

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

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

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