Html Css Color HEX #EA7679 Froly

📋 copy color: '#EA7679'

red 234 ◦ green 118 ◦ blue 121

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

Shades of Froly #EA7679

Tints of Froly #EA7679

RGB

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

 GREEN value IS 118 (46.48% from 255) = 24.95%

 BLUE value IS 121 (47.66% from 255) = 25.58%

R = 49.47%
G = 24.95%
B = 25.58%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.48

 K value IS 0.08

RGB Variations

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

Color information

#EA7679 (or 0xEA7679) is known color: Froly. HEX triplet: EA, 76 and 79. RGB value is (234,118,121). Sum of RGB (Red+Green+Blue) = 234+118+121=473 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.47% from 473); Green value is 118 (46.48% from 255 or 24.95% from 473); Blue value is 121 (47.66% from 255 or 25.58% from 473); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7679 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA7679 is #158986. Grayscale: #999999. Windows color (decimal): -1411463 or 7960298. OLE color: 7960298.

HSL color Cylindrical-coordinate representation of color #EA7679: hue angle of 358.45º degrees, saturation: 0.73, 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 #EA7679 is Cyan = 0, Magento = 0.50, Yellow = 0.48 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 118 121 -
CMYK 0 0.50 0.48 0.08
HSL 358.45º 0.73% 0.69% -
HSV(B) 358.45º 0.5% 0.92% -
XYZ 43.86 31.83 21.92 -
YUV 153.03 109.93 185.76 -
System Red Green Blue C M Y K H S L
Decimal 234 118 121 0 0.50 0.48 0.08 358.45 0.73 0.69
Hex EA 76 79 0 32 30 8 166 49 45
Octal 352 166 171 0 62 60 10 546 111 105
Binary 11101010 1110110 1111001 0 110010 110000 1000 101100110 1001001 1000101

Color Harmonies of #EA7679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7679

Black with #EA7679

Text Example


Text Example

White with #EA7679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7679; }

 p { color: rgb(234,118,121); }

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

background-color css

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

 a { background-color: rgb(234,118,121); }

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

border-color css

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

 span { border-color: rgb(234,118,121); }

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