Html Css Color HEX #EA6A77 Froly

📋 copy color: '#EA6A77'

red 234 ◦ green 106 ◦ blue 119

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

Shades of Froly #EA6A77

Tints of Froly #EA6A77

RGB

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

 GREEN value IS 106 (41.8% from 255) = 23.09%

 BLUE value IS 119 (46.88% from 255) = 25.93%

R = 50.98%
G = 23.09%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.49

 K value IS 0.08

RGB Variations

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

Color information

#EA6A77 (or 0xEA6A77) is known color: Froly. HEX triplet: EA, 6A and 77. RGB value is (234,106,119). Sum of RGB (Red+Green+Blue) = 234+106+119=459 (60% of max value = 765). Red value is 234 (91.80% from 255 or 50.98% from 459); Green value is 106 (41.80% from 255 or 23.09% from 459); Blue value is 119 (46.88% from 255 or 25.93% from 459); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6A77 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6A77 is #159588. Grayscale: #919191. Windows color (decimal): -1414537 or 7826154. OLE color: 7826154.

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

Color convert

RGB 234 106 119 -
CMYK 0 0.55 0.49 0.08
HSL 353.91º 0.75% 0.67% -
HSV(B) 353.91º 0.55% 0.92% -
XYZ 42.42 29.13 20.84 -
YUV 145.75 112.91 190.94 -
System Red Green Blue C M Y K H S L
Decimal 234 106 119 0 0.55 0.49 0.08 353.91 0.75 0.67
Hex EA 6A 77 0 37 31 8 162 4B 43
Octal 352 152 167 0 67 61 10 542 113 103
Binary 11101010 1101010 1110111 0 110111 110001 1000 101100010 1001011 1000011

Color Harmonies of #EA6A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6A77

Black with #EA6A77

Text Example


Text Example

White with #EA6A77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6A77; }

 p { color: rgb(234,106,119); }

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

background-color css

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

 a { background-color: rgb(234,106,119); }

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

border-color css

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

 span { border-color: rgb(234,106,119); }

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