Html Css Color HEX #EC676E Froly

📋 copy color: '#EC676E'

red 236 ◦ green 103 ◦ blue 110

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

Shades of Froly #EC676E

Tints of Froly #EC676E

RGB

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

 GREEN value IS 103 (40.63% from 255) = 22.94%

 BLUE value IS 110 (43.36% from 255) = 24.5%

R = 52.56%
G = 22.94%
B = 24.5%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EC676E (or 0xEC676E) is known color: Froly. HEX triplet: EC, 67 and 6E. RGB value is (236,103,110). Sum of RGB (Red+Green+Blue) = 236+103+110=449 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.56% from 449); Green value is 103 (40.62% from 255 or 22.94% from 449); Blue value is 110 (43.36% from 255 or 24.50% from 449); Max value from RGB is 236 - color contains mainly: red. Hex color #EC676E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC676E is #139891. Grayscale: #8F8F8F. Windows color (decimal): -1284242 or 7235564. OLE color: 7235564.

HSL color Cylindrical-coordinate representation of color #EC676E: hue angle of 356.84º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EC676E is Cyan = 0, Magento = 0.56, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 103 110 -
CMYK 0 0.56 0.53 0.07
HSL 356.84º 0.78% 0.66% -
HSV(B) 356.84º 0.56% 0.93% -
XYZ 42.26 28.66 18.06 -
YUV 143.57 109.06 193.93 -
System Red Green Blue C M Y K H S L
Decimal 236 103 110 0 0.56 0.53 0.07 356.84 0.78 0.66
Hex EC 67 6E 0 38 35 7 165 4E 42
Octal 354 147 156 0 70 65 7 545 116 102
Binary 11101100 1100111 1101110 0 111000 110101 111 101100101 1001110 1000010

Color Harmonies of #EC676E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC676E

Black with #EC676E

Text Example


Text Example

White with #EC676E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC676E; }

 p { color: rgb(236,103,110); }

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

background-color css

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

 a { background-color: rgb(236,103,110); }

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

border-color css

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

 span { border-color: rgb(236,103,110); }

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