Html Css Color HEX #EC7679 Froly

📋 copy color: '#EC7679'

red 236 ◦ green 118 ◦ blue 121

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

Shades of Froly #EC7679

Tints of Froly #EC7679

RGB

 RED value IS 236 (92.58% from 255) = 49.68%

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

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

R = 49.68%
G = 24.84%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#EC7679 (or 0xEC7679) is known color: Froly. HEX triplet: EC, 76 and 79. RGB value is (236,118,121). Sum of RGB (Red+Green+Blue) = 236+118+121=475 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.68% from 475); Green value is 118 (46.48% from 255 or 24.84% from 475); Blue value is 121 (47.66% from 255 or 25.47% from 475); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7679 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7679 is #138986. Grayscale: #999999. Windows color (decimal): -1280391 or 7960300. OLE color: 7960300.

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

Color convert

RGB 236 118 121 -
CMYK 0 0.5 0.49 0.07
HSL 358.47º 0.76% 0.69% -
HSV(B) 358.47º 0.5% 0.93% -
XYZ 44.52 32.17 21.95 -
YUV 153.62 109.59 186.76 -
System Red Green Blue C M Y K H S L
Decimal 236 118 121 0 0.5 0.49 0.07 358.47 0.76 0.69
Hex EC 76 79 0 32 31 7 166 4C 45
Octal 354 166 171 0 62 61 7 546 114 105
Binary 11101100 1110110 1111001 0 110010 110001 111 101100110 1001100 1000101

Color Harmonies of #EC7679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7679

Black with #EC7679

Text Example


Text Example

White with #EC7679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7679; }

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

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

background-color css

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

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

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

border-color css

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

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

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