Html Css Color HEX #ED797F Froly

📋 copy color: '#ED797F'

red 237 ◦ green 121 ◦ blue 127

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

Shades of Froly #ED797F

Tints of Froly #ED797F

RGB

 RED value IS 237 (92.97% from 255) = 48.87%

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

 BLUE value IS 127 (50% from 255) = 26.19%

R = 48.87%
G = 24.95%
B = 26.19%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#ED797F (or 0xED797F) is known color: Froly. HEX triplet: ED, 79 and 7F. RGB value is (237,121,127). Sum of RGB (Red+Green+Blue) = 237+121+127=485 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.87% from 485); Green value is 121 (47.66% from 255 or 24.95% from 485); Blue value is 127 (50% from 255 or 26.19% from 485); Max value from RGB is 237 - color contains mainly: red. Hex color #ED797F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED797F is #128680. Grayscale: #9C9C9C. Windows color (decimal): -1214081 or 8354285. OLE color: 8354285.

HSL color Cylindrical-coordinate representation of color #ED797F: hue angle of 356.9º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ED797F is Cyan = 0, Magento = 0.49, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 121 127 -
CMYK 0 0.49 0.46 0.07
HSL 356.9º 0.76% 0.7% -
HSV(B) 356.9º 0.49% 0.93% -
XYZ 45.59 33.21 24.09 -
YUV 156.37 111.43 185.51 -
System Red Green Blue C M Y K H S L
Decimal 237 121 127 0 0.49 0.46 0.07 356.9 0.76 0.7
Hex ED 79 7F 0 31 2E 7 165 4C 46
Octal 355 171 177 0 61 56 7 545 114 106
Binary 11101101 1111001 1111111 0 110001 101110 111 101100101 1001100 1000110

Color Harmonies of #ED797F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED797F

Black with #ED797F

Text Example


Text Example

White with #ED797F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED797F; }

 p { color: rgb(237,121,127); }

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

background-color css

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

 a { background-color: rgb(237,121,127); }

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

border-color css

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

 span { border-color: rgb(237,121,127); }

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