Html Css Color HEX #EA7477 Froly

📋 copy color: '#EA7477'

red 234 ◦ green 116 ◦ blue 119

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

Shades of Froly #EA7477

Tints of Froly #EA7477

RGB

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

 GREEN value IS 116 (45.7% from 255) = 24.73%

 BLUE value IS 119 (46.88% from 255) = 25.37%

R = 49.89%
G = 24.73%
B = 25.37%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.49

 K value IS 0.08

RGB Variations

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

Color information

#EA7477 (or 0xEA7477) is known color: Froly. HEX triplet: EA, 74 and 77. RGB value is (234,116,119). Sum of RGB (Red+Green+Blue) = 234+116+119=469 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.89% from 469); Green value is 116 (45.70% from 255 or 24.73% from 469); Blue value is 119 (46.88% from 255 or 25.37% from 469); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7477 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA7477 is #158B88. Grayscale: #979797. Windows color (decimal): -1411977 or 7828714. OLE color: 7828714.

HSL color Cylindrical-coordinate representation of color #EA7477: hue angle of 358.47º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EA7477 is Cyan = 0, Magento = 0.50, Yellow = 0.49 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 116 119 -
CMYK 0 0.50 0.49 0.08
HSL 358.47º 0.74% 0.69% -
HSV(B) 358.47º 0.5% 0.92% -
XYZ 43.51 31.32 21.2 -
YUV 151.62 109.59 186.76 -
System Red Green Blue C M Y K H S L
Decimal 234 116 119 0 0.50 0.49 0.08 358.47 0.74 0.69
Hex EA 74 77 0 32 31 8 166 4A 45
Octal 352 164 167 0 62 61 10 546 112 105
Binary 11101010 1110100 1110111 0 110010 110001 1000 101100110 1001010 1000101

Color Harmonies of #EA7477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7477

Black with #EA7477

Text Example


Text Example

White with #EA7477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7477; }

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

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

background-color css

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

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

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

border-color css

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

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

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