Html Css Color HEX #EA7980 Froly

📋 copy color: '#EA7980'

red 234 ◦ green 121 ◦ blue 128

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

Shades of Froly #EA7980

Tints of Froly #EA7980

RGB

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

 GREEN value IS 121 (47.66% from 255) = 25.05%

 BLUE value IS 128 (50.39% from 255) = 26.5%

R = 48.45%
G = 25.05%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.45

 K value IS 0.08

RGB Variations

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

Color information

#EA7980 (or 0xEA7980) is known color: Froly. HEX triplet: EA, 79 and 80. RGB value is (234,121,128). Sum of RGB (Red+Green+Blue) = 234+121+128=483 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.45% from 483); Green value is 121 (47.66% from 255 or 25.05% from 483); Blue value is 128 (50.39% from 255 or 26.50% from 483); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7980 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA7980 is #15867F. Grayscale: #9B9B9B. Windows color (decimal): -1410688 or 8419818. OLE color: 8419818.

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

Color convert

RGB 234 121 128 -
CMYK 0 0.48 0.45 0.08
HSL 356.28º 0.73% 0.7% -
HSV(B) 356.28º 0.48% 0.92% -
XYZ 44.67 32.73 24.38 -
YUV 155.59 112.44 183.93 -
System Red Green Blue C M Y K H S L
Decimal 234 121 128 0 0.48 0.45 0.08 356.28 0.73 0.7
Hex EA 79 80 0 30 2D 8 164 49 46
Octal 352 171 200 0 60 55 10 544 111 106
Binary 11101010 1111001 10000000 0 110000 101101 1000 101100100 1001001 1000110

Color Harmonies of #EA7980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7980

Black with #EA7980

Text Example


Text Example

White with #EA7980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7980; }

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

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

background-color css

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

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

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

border-color css

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

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

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