Html Css Color HEX #EA797B Froly

📋 copy color: '#EA797B'

red 234 ◦ green 121 ◦ blue 123

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

Shades of Froly #EA797B

Tints of Froly #EA797B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 25.73%

R = 48.95%
G = 25.31%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EA797B (or 0xEA797B) is known color: Froly. HEX triplet: EA, 79 and 7B. RGB value is (234,121,123). Sum of RGB (Red+Green+Blue) = 234+121+123=478 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.95% from 478); Green value is 121 (47.66% from 255 or 25.31% from 478); Blue value is 123 (48.44% from 255 or 25.73% from 478); Max value from RGB is 234 - color contains mainly: red. Hex color #EA797B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA797B is #158684. Grayscale: #9B9B9B. Windows color (decimal): -1410693 or 8092138. OLE color: 8092138.

HSL color Cylindrical-coordinate representation of color #EA797B: hue angle of 358.94º 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 #EA797B is Cyan = 0, Magento = 0.48, Yellow = 0.47 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 121 123 -
CMYK 0 0.48 0.47 0.08
HSL 358.94º 0.73% 0.7% -
HSV(B) 358.94º 0.48% 0.92% -
XYZ 44.34 32.6 22.69 -
YUV 155.02 109.94 184.34 -
System Red Green Blue C M Y K H S L
Decimal 234 121 123 0 0.48 0.47 0.08 358.94 0.73 0.7
Hex EA 79 7B 0 30 2F 8 167 49 46
Octal 352 171 173 0 60 57 10 547 111 106
Binary 11101010 1111001 1111011 0 110000 101111 1000 101100111 1001001 1000110

Color Harmonies of #EA797B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA797B

Black with #EA797B

Text Example


Text Example

White with #EA797B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA797B; }

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

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

background-color css

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

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

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

border-color css

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

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

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