Html Css Color HEX #EA6B77 Froly

📋 copy color: '#EA6B77'

red 234 ◦ green 107 ◦ blue 119

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

Shades of Froly #EA6B77

Tints of Froly #EA6B77

RGB

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

 GREEN value IS 107 (42.19% from 255) = 23.26%

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

R = 50.87%
G = 23.26%
B = 25.87%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.49

 K value IS 0.08

RGB Variations

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

Color information

#EA6B77 (or 0xEA6B77) is known color: Froly. HEX triplet: EA, 6B and 77. RGB value is (234,107,119). Sum of RGB (Red+Green+Blue) = 234+107+119=460 (60% of max value = 765). Red value is 234 (91.80% from 255 or 50.87% from 460); Green value is 107 (42.19% from 255 or 23.26% from 460); Blue value is 119 (46.88% from 255 or 25.87% from 460); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6B77 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6B77 is #159488. Grayscale: #929292. Windows color (decimal): -1414281 or 7826410. OLE color: 7826410.

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

Color convert

RGB 234 107 119 -
CMYK 0 0.54 0.49 0.08
HSL 354.33º 0.75% 0.67% -
HSV(B) 354.33º 0.54% 0.92% -
XYZ 42.52 29.34 20.87 -
YUV 146.34 112.58 190.52 -
System Red Green Blue C M Y K H S L
Decimal 234 107 119 0 0.54 0.49 0.08 354.33 0.75 0.67
Hex EA 6B 77 0 36 31 8 162 4B 43
Octal 352 153 167 0 66 61 10 542 113 103
Binary 11101010 1101011 1110111 0 110110 110001 1000 101100010 1001011 1000011

Color Harmonies of #EA6B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6B77

Black with #EA6B77

Text Example


Text Example

White with #EA6B77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6B77; }

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

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

background-color css

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

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

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

border-color css

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

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

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