Html Css Color HEX #EA6979 Froly

📋 copy color: '#EA6979'

red 234 ◦ green 105 ◦ blue 121

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

Shades of Froly #EA6979

Tints of Froly #EA6979

RGB

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

 GREEN value IS 105 (41.41% from 255) = 22.83%

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

R = 50.87%
G = 22.83%
B = 26.3%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.48

 K value IS 0.08

RGB Variations

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

Color information

#EA6979 (or 0xEA6979) is known color: Froly. HEX triplet: EA, 69 and 79. RGB value is (234,105,121). Sum of RGB (Red+Green+Blue) = 234+105+121=460 (60% of max value = 765). Red value is 234 (91.80% from 255 or 50.87% from 460); Green value is 105 (41.41% from 255 or 22.83% from 460); Blue value is 121 (47.66% from 255 or 26.30% from 460); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6979 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6979 is #159686. Grayscale: #919191. Windows color (decimal): -1414791 or 7956970. OLE color: 7956970.

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

Color convert

RGB 234 105 121 -
CMYK 0 0.55 0.48 0.08
HSL 352.56º 0.75% 0.66% -
HSV(B) 352.56º 0.55% 0.92% -
XYZ 42.43 28.98 21.45 -
YUV 145.4 114.24 191.2 -
System Red Green Blue C M Y K H S L
Decimal 234 105 121 0 0.55 0.48 0.08 352.56 0.75 0.66
Hex EA 69 79 0 37 30 8 161 4B 42
Octal 352 151 171 0 67 60 10 541 113 102
Binary 11101010 1101001 1111001 0 110111 110000 1000 101100001 1001011 1000010

Color Harmonies of #EA6979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6979

Black with #EA6979

Text Example


Text Example

White with #EA6979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6979; }

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

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

background-color css

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

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

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

border-color css

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

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

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