Html Css Color HEX #EA6179 Froly

📋 copy color: '#EA6179'

red 234 ◦ green 97 ◦ blue 121

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

Shades of Froly #EA6179

Tints of Froly #EA6179

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21.46%

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

R = 51.77%
G = 21.46%
B = 26.77%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.48

 K value IS 0.08

RGB Variations

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

Color information

#EA6179 (or 0xEA6179) is known color: Froly. HEX triplet: EA, 61 and 79. RGB value is (234,97,121). Sum of RGB (Red+Green+Blue) = 234+97+121=452 (59% of max value = 765). Red value is 234 (91.80% from 255 or 51.77% from 452); Green value is 97 (38.28% from 255 or 21.46% from 452); Blue value is 121 (47.66% from 255 or 26.77% from 452); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6179 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6179 is #159E86. Grayscale: #8C8C8C. Windows color (decimal): -1416839 or 7954922. OLE color: 7954922.

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

Color convert

RGB 234 97 121 -
CMYK 0 0.59 0.48 0.08
HSL 349.49º 0.77% 0.65% -
HSV(B) 349.49º 0.59% 0.92% -
XYZ 41.66 27.42 21.19 -
YUV 140.7 116.89 194.55 -
System Red Green Blue C M Y K H S L
Decimal 234 97 121 0 0.59 0.48 0.08 349.49 0.77 0.65
Hex EA 61 79 0 3B 30 8 15D 4D 41
Octal 352 141 171 0 73 60 10 535 115 101
Binary 11101010 1100001 1111001 0 111011 110000 1000 101011101 1001101 1000001

Color Harmonies of #EA6179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6179

Black with #EA6179

Text Example


Text Example

White with #EA6179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6179; }

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

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

background-color css

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

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

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

border-color css

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

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

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