Html Css Color HEX #EA6E74 Froly

📋 copy color: '#EA6E74'

red 234 ◦ green 110 ◦ blue 116

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

Shades of Froly #EA6E74

Tints of Froly #EA6E74

RGB

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

 GREEN value IS 110 (43.36% from 255) = 23.91%

 BLUE value IS 116 (45.7% from 255) = 25.22%

R = 50.87%
G = 23.91%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.50

 K value IS 0.08

RGB Variations

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

Color information

#EA6E74 (or 0xEA6E74) is known color: Froly. HEX triplet: EA, 6E and 74. RGB value is (234,110,116). Sum of RGB (Red+Green+Blue) = 234+110+116=460 (60% of max value = 765). Red value is 234 (91.80% from 255 or 50.87% from 460); Green value is 110 (43.36% from 255 or 23.91% from 460); Blue value is 116 (45.70% from 255 or 25.22% from 460); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6E74 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6E74 is #15918B. Grayscale: #939393. Windows color (decimal): -1413516 or 7630570. OLE color: 7630570.

HSL color Cylindrical-coordinate representation of color #EA6E74: hue angle of 357.1º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EA6E74 is Cyan = 0, Magento = 0.53, Yellow = 0.50 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 110 116 -
CMYK 0 0.53 0.50 0.08
HSL 357.1º 0.75% 0.67% -
HSV(B) 357.1º 0.53% 0.92% -
XYZ 42.66 29.91 20.05 -
YUV 147.76 110.08 189.51 -
System Red Green Blue C M Y K H S L
Decimal 234 110 116 0 0.53 0.50 0.08 357.1 0.75 0.67
Hex EA 6E 74 0 35 32 8 165 4B 43
Octal 352 156 164 0 65 62 10 545 113 103
Binary 11101010 1101110 1110100 0 110101 110010 1000 101100101 1001011 1000011

Color Harmonies of #EA6E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6E74

Black with #EA6E74

Text Example


Text Example

White with #EA6E74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6E74; }

 p { color: rgb(234,110,116); }

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

background-color css

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

 a { background-color: rgb(234,110,116); }

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

border-color css

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

 span { border-color: rgb(234,110,116); }

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