Html Css Color HEX #EA7179 Froly

📋 copy color: '#EA7179'

red 234 ◦ green 113 ◦ blue 121

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

Shades of Froly #EA7179

Tints of Froly #EA7179

RGB

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

 GREEN value IS 113 (44.53% from 255) = 24.15%

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

R = 50%
G = 24.15%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.48

 K value IS 0.08

RGB Variations

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

Color information

#EA7179 (or 0xEA7179) is known color: Froly. HEX triplet: EA, 71 and 79. RGB value is (234,113,121). Sum of RGB (Red+Green+Blue) = 234+113+121=468 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50% from 468); Green value is 113 (44.53% from 255 or 24.15% from 468); Blue value is 121 (47.66% from 255 or 25.85% from 468); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7179 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA7179 is #158E86. Grayscale: #969696. Windows color (decimal): -1412743 or 7959018. OLE color: 7959018.

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

Color convert

RGB 234 113 121 -
CMYK 0 0.52 0.48 0.08
HSL 356.03º 0.74% 0.68% -
HSV(B) 356.03º 0.52% 0.92% -
XYZ 43.29 30.68 21.73 -
YUV 150.09 111.59 187.85 -
System Red Green Blue C M Y K H S L
Decimal 234 113 121 0 0.52 0.48 0.08 356.03 0.74 0.68
Hex EA 71 79 0 34 30 8 164 4A 44
Octal 352 161 171 0 64 60 10 544 112 104
Binary 11101010 1110001 1111001 0 110100 110000 1000 101100100 1001010 1000100

Color Harmonies of #EA7179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7179

Black with #EA7179

Text Example


Text Example

White with #EA7179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7179; }

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

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

background-color css

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

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

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

border-color css

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

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

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