Html Css Color HEX #ED7679 Froly

📋 copy color: '#ED7679'

red 237 ◦ green 118 ◦ blue 121

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

Shades of Froly #ED7679

Tints of Froly #ED7679

RGB

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

 GREEN value IS 118 (46.48% from 255) = 24.79%

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

R = 49.79%
G = 24.79%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#ED7679 (or 0xED7679) is known color: Froly. HEX triplet: ED, 76 and 79. RGB value is (237,118,121). Sum of RGB (Red+Green+Blue) = 237+118+121=476 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.79% from 476); Green value is 118 (46.48% from 255 or 24.79% from 476); Blue value is 121 (47.66% from 255 or 25.42% from 476); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7679 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7679 is #128986. Grayscale: #9A9A9A. Windows color (decimal): -1214855 or 7960301. OLE color: 7960301.

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

Color convert

RGB 237 118 121 -
CMYK 0 0.50 0.49 0.07
HSL 358.49º 0.77% 0.7% -
HSV(B) 358.49º 0.5% 0.93% -
XYZ 44.85 32.34 21.97 -
YUV 153.92 109.42 187.26 -
System Red Green Blue C M Y K H S L
Decimal 237 118 121 0 0.50 0.49 0.07 358.49 0.77 0.7
Hex ED 76 79 0 32 31 7 166 4D 46
Octal 355 166 171 0 62 61 7 546 115 106
Binary 11101101 1110110 1111001 0 110010 110001 111 101100110 1001101 1000110

Color Harmonies of #ED7679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7679

Black with #ED7679

Text Example


Text Example

White with #ED7679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7679; }

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

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

background-color css

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

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

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

border-color css

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

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

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